7179796: GSSExceptionImpl outputs duplicate mech oid
Reviewed-by: valeriep
This commit is contained in:
parent
dad0499822
commit
3caaf6a13d
@ -576,7 +576,7 @@ public class GSSCredentialImpl implements GSSCredential {
|
|||||||
if (element == null)
|
if (element == null)
|
||||||
throw new GSSExceptionImpl(GSSException.NO_CRED,
|
throw new GSSExceptionImpl(GSSException.NO_CRED,
|
||||||
"No credential found for: " +
|
"No credential found for: " +
|
||||||
mechOid + getElementStr(mechOid,
|
getElementStr(mechOid,
|
||||||
initiate? INITIATE_ONLY : ACCEPT_ONLY));
|
initiate? INITIATE_ONLY : ACCEPT_ONLY));
|
||||||
return element;
|
return element;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user