diff options
Diffstat (limited to 'src/appl/mailquery/poplib.c')
-rw-r--r-- | src/appl/mailquery/poplib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/appl/mailquery/poplib.c b/src/appl/mailquery/poplib.c index 5c840b390..35518d1e0 100644 --- a/src/appl/mailquery/poplib.c +++ b/src/appl/mailquery/poplib.c @@ -196,7 +196,7 @@ int reserved; 0, /* don't need seq # */ 0, /* don't need a subsession key */ &err_ret, - 0); /* don't need reply */ + 0, NULL); /* don't need reply */ krb5_free_principal(context, server); if (retval) { if (err_ret && err_ret->text.length) { |