]> git.ipfire.org Git - thirdparty/krb5.git/commit
Remove unneeded check in SPNEGO initiator
authorGreg Hudson <ghudson@mit.edu>
Mon, 16 Dec 2013 16:35:42 +0000 (11:35 -0500)
committerGreg Hudson <ghudson@mit.edu>
Mon, 16 Dec 2013 16:35:52 +0000 (11:35 -0500)
commit1249c75810e3d5c33ba723c65a904ee914ca8048
tree53eb1048dc853cbdf87153a1a70ce249e3032257
parent37af638b742dbd642eb70092e4f7781c3f69d86d
Remove unneeded check in SPNEGO initiator

In init_ctx_cont, if the response token contains no fields, we set a
return value but don't actually quit out of the function.  We do not
need this check (we will fail later on if a piece of required
information isn't present), so just remove it.  Reported by
simo@redhat.com.
src/lib/gssapi/spnego/spnego_mech.c