diff options
Diffstat (limited to 'ldb/modules/operational.c')
-rw-r--r-- | ldb/modules/operational.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldb/modules/operational.c b/ldb/modules/operational.c index abb1d4ca..345441b5 100644 --- a/ldb/modules/operational.c +++ b/ldb/modules/operational.c @@ -206,7 +206,7 @@ static int operational_callback(struct ldb_request *req, struct ldb_reply *ares) return ldb_module_done(ac->req, NULL, NULL, LDB_ERR_OPERATIONS_ERROR); } - return ldb_module_send_entry(ac->req, ares->message); + return ldb_module_send_entry(ac->req, ares->message, ares->controls); case LDB_REPLY_REFERRAL: /* ignore referrals */ |