transpose last two paramaters to krb5_cc_next_cred (as MIT does, and not as they document). From "Jacques A. Vidrine" <n@nectar.com>
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9923 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -275,8 +275,8 @@ print_tickets (krb5_context context,
|
||||
}
|
||||
while (krb5_cc_next_cred (context,
|
||||
ccache,
|
||||
&creds,
|
||||
&cursor) == 0) {
|
||||
&cursor,
|
||||
&creds) == 0) {
|
||||
if(do_verbose){
|
||||
print_cred_verbose(context, &creds);
|
||||
}else{
|
||||
|
Reference in New Issue
Block a user