From 124f7fa02aa185bbfad4336a15b9292a2deb55f7 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 18 Apr 2011 18:06:27 +0200 Subject: [PATCH] Revert "s3: Fix a deadlock between notify_onelevel.tdb and notify.tdb" This reverts commit b34035ebcbe4724f5530a15761c8f9aed237287e. --- source3/smbd/notify_internal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/smbd/notify_internal.c b/source3/smbd/notify_internal.c index c8f8616d8b46..243335c9fc61 100644 --- a/source3/smbd/notify_internal.c +++ b/source3/smbd/notify_internal.c @@ -599,7 +599,7 @@ NTSTATUS notify_remove_onelevel(struct notify_context *notify, } rec = notify->db_onelevel->fetch_locked( - notify->db_onelevel, array, + notify->db_onelevel, talloc_tos(), make_tdb_data((uint8_t *)fid, sizeof(*fid))); if (rec == NULL) { DEBUG(10, ("notify_remove_onelevel: fetch_locked for %s failed" -- 2.34.1