diff options
Diffstat (limited to 'src/lib/krb5/krb/sendauth.c')
-rw-r--r-- | src/lib/krb5/krb/sendauth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/krb/sendauth.c b/src/lib/krb5/krb/sendauth.c index a082b82587..67b9adde06 100644 --- a/src/lib/krb5/krb/sendauth.c +++ b/src/lib/krb5/krb/sendauth.c @@ -91,7 +91,7 @@ krb5_sendauth(krb5_context context, krb5_auth_context *auth_context, * If no credentials were provided, try getting it from the * credentials cache. */ - memset((char *)&creds, 0, sizeof(creds)); + memset(&creds, 0, sizeof(creds)); /* * See if we need to access the credentials cache |