diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/ldb-samba/ldb_ildap.c (renamed from source4/lib/ldb/ldb_ildap/ldb_ildap.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/ldb_ildap/ldb_ildap.c b/source4/lib/ldb-samba/ldb_ildap.c index a312cc9fe2..e2176d65d3 100644 --- a/source4/lib/ldb/ldb_ildap/ldb_ildap.c +++ b/source4/lib/ldb-samba/ldb_ildap.c @@ -333,7 +333,7 @@ static void ildb_callback(struct ldap_request *req) ldbmsg->elements = talloc_move(ldbmsg, &search->attributes); controls = talloc_steal(ac, msg->controls); - + ret = ldb_module_send_entry(ac->req, ldbmsg, controls); if (ret != LDB_SUCCESS) { callback_failed = true; |