s3: tldap: Remove asynchronous calls to gensec_update_send()/_recv() as for the spneg...
authorJeremy Allison <jra@samba.org>
Fri, 24 Jun 2016 18:40:10 +0000 (11:40 -0700)
committerRalph Boehme <slow@samba.org>
Tue, 28 Jun 2016 05:27:18 +0000 (07:27 +0200)
commit48569065c81414c79e9fd4d7b77baf92e8ee0aaf
tree55d0b9ee90722e28e3420e631fca0c428e9562f1
parent2a322a7671c9ffd0dd600142dd76b5b51a67e185
s3: tldap: Remove asynchronous calls to gensec_update_send()/_recv() as for the spnego backend they're synchronous anyway.

This should prevent nested event loops, and won't make the
code performance worse anyway.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/lib/tldap_gensec_bind.c