auth/gensec: fix gensec_update() with ev == NULL.
authorStefan Metzmacher <metze@samba.org>
Fri, 13 Dec 2013 09:00:24 +0000 (10:00 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 26 Mar 2014 23:36:31 +0000 (00:36 +0100)
commit2ac1ca40f3d3c8892562caa9198ea64e76989146
treee935bba1c8078073c9789c455534dbd5e9180502
parent5b1d6e722e254522165ec512537a2efa2b979e6f
auth/gensec: fix gensec_update() with ev == NULL.

In future we should remove the tevent_context argument from
gensec_update() completely!

If we have sane backends we should also remove the
tevent_loop_allow_nesting() call again!
t
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
auth/gensec/gensec.c