auth/spnego: fix gensec_update_ev() argument order for the SPNEGO_FALLBACK case
authorStefan Metzmacher <metze@samba.org>
Fri, 12 May 2017 07:10:19 +0000 (09:10 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 21 May 2017 19:05:08 +0000 (21:05 +0200)
commit31691963b3d9ac460df0c56d36f81ec815db0225
tree0a513f9e4de961289316f7f21170e975a98dff31
parent1116ee1c5c47b405666a0d52f646d05613a803ab
auth/spnego: fix gensec_update_ev() argument order for the SPNEGO_FALLBACK case

This went unnoticed so long as we don't use -Wc++-compat
and gensec_update_ev() used the sync update() hook for all
NTLMSSP and Kerberos.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12788

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
auth/gensec/spnego.c