summaryrefslogtreecommitdiff
path: root/source4/libcli/ldap/ldap_bind.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-24 16:11:13 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-24 16:11:13 +0200
commitb9890af54691aea05b01346f6e474be1fcd5338c (patch)
tree6ddf32540220bda45c055748b98e503a55053dca /source4/libcli/ldap/ldap_bind.c
parente3ef8803ee46710d080095e4a76e25d3280d6d8b (diff)
parent83b0c5d43f568222d97f9b8de985f1e39a375fb9 (diff)
downloadsamba-b9890af54691aea05b01346f6e474be1fcd5338c.tar.gz
samba-b9890af54691aea05b01346f6e474be1fcd5338c.tar.bz2
samba-b9890af54691aea05b01346f6e474be1fcd5338c.zip
Merge branch 'master' of ssh://git.samba.org/data/git/samba into crypto
Diffstat (limited to 'source4/libcli/ldap/ldap_bind.c')
-rw-r--r--source4/libcli/ldap/ldap_bind.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libcli/ldap/ldap_bind.c b/source4/libcli/ldap/ldap_bind.c
index 65673116be..b66232c02e 100644
--- a/source4/libcli/ldap/ldap_bind.c
+++ b/source4/libcli/ldap/ldap_bind.c
@@ -387,6 +387,7 @@ _PUBLIC_ NTSTATUS ldap_bind_sasl(struct ldap_connection *conn,
if (NT_STATUS_IS_OK(status)) {
struct socket_context *sasl_socket;
status = gensec_socket_init(conn->gensec,
+ conn,
conn->sock,
conn->event.event_ctx,
ldap_read_io_handler,