summaryrefslogtreecommitdiffstats
path: root/src/appl/mailquery/poplib.c
diff options
context:
space:
mode:
authorChris Provenzano <proven@mit.edu>1995-02-23 13:20:11 +0000
committerChris Provenzano <proven@mit.edu>1995-02-23 13:20:11 +0000
commitfef0636634dafbd60bf0dbc8bc216b3e26c6924c (patch)
treea572ad35d71c1dd86a5ec89cedc0d1fb99672874 /src/appl/mailquery/poplib.c
parenta46f9798a0bce3dfd7849305ba100dca50a2e6de (diff)
downloadkrb5-fef0636634dafbd60bf0dbc8bc216b3e26c6924c.tar.gz
krb5-fef0636634dafbd60bf0dbc8bc216b3e26c6924c.tar.xz
krb5-fef0636634dafbd60bf0dbc8bc216b3e26c6924c.zip
* poplib.c (pop_init): Call krb5_sendauth() with new calling convention
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4982 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/mailquery/poplib.c')
-rw-r--r--src/appl/mailquery/poplib.c2
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) {