(krb5_forward_cred): zero out creds
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5919 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -164,6 +164,8 @@ krb5_forward_cred (krb5_auth_context auth_context,
|
||||
krb5_data out_data;
|
||||
krb5_principal principal;
|
||||
|
||||
memset (&creds, 0, sizeof(creds));
|
||||
|
||||
ret = krb5_cc_default (context, &ccache);
|
||||
if (ret) {
|
||||
warnx ("could not forward creds: krb5_cc_default: %s",
|
||||
|
Reference in New Issue
Block a user