diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-24 18:38:45 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-24 18:38:45 +0200 |
commit | edeb20b92128f1859d2d8ecee820846ac5799ed5 (patch) | |
tree | b7c66bf4da6bbe5628fc25def555448d1789b5b1 /source4/libcli/ldap/ldap_bind.c | |
parent | da01822671b3a553fd805315df7322b8225cfe95 (diff) | |
parent | d2062ab74f7684f8b6975a7415fac23389851278 (diff) | |
download | samba-edeb20b92128f1859d2d8ecee820846ac5799ed5.tar.gz samba-edeb20b92128f1859d2d8ecee820846ac5799ed5.tar.bz2 samba-edeb20b92128f1859d2d8ecee820846ac5799ed5.zip |
Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4
Conflicts:
source3/include/includes.h
Diffstat (limited to 'source4/libcli/ldap/ldap_bind.c')
-rw-r--r-- | source4/libcli/ldap/ldap_bind.c | 1 |
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, |