new krb5_cc_cache_match
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23905 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -793,7 +793,7 @@ main (int argc, char **argv)
|
||||
}
|
||||
}
|
||||
} else {
|
||||
ret = krb5_cc_cache_match(context, principal, NULL, &ccache);
|
||||
ret = krb5_cc_cache_match(context, principal, &ccache);
|
||||
if (ret)
|
||||
ret = krb5_cc_default (context, &ccache);
|
||||
}
|
||||
|
Reference in New Issue
Block a user