summaryrefslogtreecommitdiffstats
path: root/src/appl
diff options
context:
space:
mode:
Diffstat (limited to 'src/appl')
-rw-r--r--src/appl/user_user/client.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/appl/user_user/client.c b/src/appl/user_user/client.c
index 3e9194c6e..d560b41fe 100644
--- a/src/appl/user_user/client.c
+++ b/src/appl/user_user/client.c
@@ -258,7 +258,8 @@ char *argv[];
retval = krb5_recvauth((krb5_pointer)&s, "???",
0, /* server */
&serv_addr, 0, tgt_keyproc, (krb5_pointer)&creds,
- 0, 0);
+ 0, 0,
+ 0, 0, 0, 0);
#endif
if (retval) {
com_err("uu-client", retval, "reading AP_REQ from server");