auth/spnego: move the output generation to the end of gensec_spnego_create_negTokenInit()
authorStefan Metzmacher <metze@samba.org>
Thu, 13 Jul 2017 13:41:23 +0000 (15:41 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 25 Jul 2017 11:51:10 +0000 (13:51 +0200)
commit248be3bfa63aa52a41993ee70dcf5380be394f20
tree408202405c2864fd3c632e6315f28f0227910e79
parent81df16a54ab28b0e4925623aaec93ac6238eb4be
auth/spnego: move the output generation to the end of gensec_spnego_create_negTokenInit()

This will simplify the diff of future patches.

Check with git show -w

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