Skip to content

Commit

Permalink
YFS Coverity 11745
Browse files Browse the repository at this point in the history
Change-Id: I4172f81a187cf398c4538de36067ae19eb2534e3
  • Loading branch information
jaltman committed Apr 22, 2015
1 parent 7b17e30 commit 2de3d14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/gssapi/mech/gss_store_cred.c
Expand Up @@ -45,7 +45,8 @@ gss_store_cred(OM_uint32 *minor_status,
{
struct _gss_cred *cred = (struct _gss_cred *) input_cred_handle;
struct _gss_mechanism_cred *mc;
OM_uint32 maj, junk;
OM_uint32 maj = GSS_S_FAILURE;
OM_uint32 junk;
size_t successes = 0;

if (minor_status == NULL)
Expand Down

0 comments on commit 2de3d14

Please sign in to comment.