* poplib.c (pop_init): Call krb5_sendauth() with new calling convention
authorChris Provenzano <proven@mit.edu>
Thu, 23 Feb 1995 13:20:11 +0000 (13:20 +0000)
committerChris Provenzano <proven@mit.edu>
Thu, 23 Feb 1995 13:20:11 +0000 (13:20 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4982 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/mailquery/ChangeLog
src/appl/mailquery/poplib.c

index 78c86949138cb47d11622d7eb3feb83a9c2d93df..37897726e119e9486d00e64b769724566ee55a87 100644 (file)
@@ -1,3 +1,7 @@
+Tue Feb 14 15:30:55 1995 Chris Provenzano  (proven@mit.edu)
+
+       * poplib.c (pop_init): Call krb5_sendauth() with new calling convention.
+
 Fri Jan 13 15:23:47 1995  Chris Provenzano (proven@mit.edu)
 
     * Added krb5_context to all krb5_routines
index 5c840b3908b0114857a0fd9ef232cd4e3d5d3e0f..35518d1e027b9134c277e36cffc99f1e69450741 100644 (file)
@@ -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) {