dsdb: Correctly call ldb_module_done in dsdb_notification
commit10e7c749e7b7a4155669c6ecf97a9ac52b13110a
authorAndrew Bartlett <abartlet@samba.org>
Wed, 31 May 2017 00:22:28 +0000 (31 12:22 +1200)
committerGarming Sam <garming@samba.org>
Wed, 14 Jun 2017 23:24:25 +0000 (15 01:24 +0200)
tree3e894640133ddbae1b7cfbd38ec861c093486fea
parentc581ab3ac5099b3509a15f9f6abf3ab7512dd70b
dsdb: Correctly call ldb_module_done in dsdb_notification

If we just call ldb_request_done() then we never call the callback.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
source4/dsdb/samdb/ldb_modules/dsdb_notification.c