remove always true condition
This commit is contained in:
@@ -85,7 +85,7 @@ OM_uint32 GSSAPI_CALLCONV _gsskrb5_add_cred (
|
|||||||
if (major != GSS_S_COMPLETE)
|
if (major != GSS_S_COMPLETE)
|
||||||
goto failure;
|
goto failure;
|
||||||
|
|
||||||
} else if (cred != NULL) {
|
} else {
|
||||||
/*
|
/*
|
||||||
* Check that we're done or copy input to output if
|
* Check that we're done or copy input to output if
|
||||||
* output_cred_handle != NULL.
|
* output_cred_handle != NULL.
|
||||||
|
Reference in New Issue
Block a user