auth/spnego: remove useless spnego_state->sub_sec_ready check
authorStefan Metzmacher <metze@samba.org>
Fri, 30 Dec 2016 08:06:33 +0000 (09:06 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 29 Jun 2017 13:59:22 +0000 (15:59 +0200)
commit728a5c44b45bee452a75b4b2f33f2817a55d7e1d
tree214d287f5ae1a5cdcb345d4bbb5ea891f07cf4b8
parentb75cc98c18015848446c1e6d49db53ea8bf684f2
auth/spnego: remove useless spnego_state->sub_sec_ready check

The lines above make sure it's always true.

Check with git show -U15

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
auth/gensec/spnego.c