s3: Fix a deadlock between notify_onelevel.tdb and notify.tdb
[obnox/samba-ctdb.git] / source3 / smbd / notify_internal.c
index 243335c9fc61eaa8b17b174c7dcc58715c6a474a..c8f8616d8b469a85a301bd2f25074c8631a82af7 100644 (file)
@@ -599,7 +599,7 @@ NTSTATUS notify_remove_onelevel(struct notify_context *notify,
        }
 
        rec = notify->db_onelevel->fetch_locked(
-               notify->db_onelevel, talloc_tos(),
+               notify->db_onelevel, array,
                make_tdb_data((uint8_t *)fid, sizeof(*fid)));
        if (rec == NULL) {
                DEBUG(10, ("notify_remove_onelevel: fetch_locked for %s failed"