wrong number of arguments but was only compiled if GET_TGT_VIA_PASSWD
wasn't defined.
[Fixes krb5-clients/998]
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13790
dc483132-0cff-0310-8789-
dd5450dbe970
+2001-10-07 Mitchell Berger <mitchb@mit.edu>
+
+ * krb_auth_su.c: Fix a call to plain_dump_principal() that had the
+ wrong number of arguments but was only compiled if GET_TGT_VIA_PASSWD
+ wasn't defined.
+
2001-09-16 Mitchell Berger <mitchb@mit.edu>
* ksu.M: Correct a few typos.
}
#else
- plain_dump_principal (client);
+ plain_dump_principal (context, client);
fprintf(stderr,"does not have any appropriate tickets in the cache.\n");
return FALSE;