auth/spnego: set state_position = SPNEGO_DONE in gensec_spnego_update_cleanup()
commita5fc7914b5380392516365f3290651234ce462f1
authorStefan Metzmacher <metze@samba.org>
Wed, 14 Jun 2017 06:43:13 +0000 (14 08:43 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 29 Jun 2017 13:59:21 +0000 (29 15:59 +0200)
tree149cb21d8f478124b47a7d4a270a57abad080b66
parentedd8dabd9cb9f49b29b761ef1bf8f832a6a2b8a4
auth/spnego: set state_position = SPNEGO_DONE in gensec_spnego_update_cleanup()

Every fatal error should mark the spnego_state to reject any further update()
calls.

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