remove always true condition

This commit is contained in:
Love Hörnquist Åstrand
2015-04-28 08:20:39 -07:00
parent beb187b9ac
commit 532d1166fd

View File

@@ -85,7 +85,7 @@ OM_uint32 GSSAPI_CALLCONV _gsskrb5_add_cred (
if (major != GSS_S_COMPLETE)
goto failure;
} else if (cred != NULL) {
} else {
/*
* Check that we're done or copy input to output if
* output_cred_handle != NULL.