s3: Fix the talloc hierarchy in notify_remove_onelevel
authorVolker Lendecke <vl@samba.org>
Thu, 5 Nov 2009 13:29:05 +0000 (14:29 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 18 Apr 2011 16:10:34 +0000 (18:10 +0200)
commit645c8eb0270ffe8bc7b2ee9dcfd140ac8bb51e7e
treeb129d66429786ba1f768a00d2da784561885c8ae
parent124f7fa02aa185bbfad4336a15b9292a2deb55f7
s3: Fix the talloc hierarchy in notify_remove_onelevel

We want to free the record early, not when talloc_tos() is free'ed.
(cherry picked from commit cb5145e18aac219e27010637632f060c59852b7f)

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/notify_internal.c