r4944: every event_add_*() caller was having to call talloc_steal() to take
authorAndrew Tridgell <tridge@samba.org>
Sun, 23 Jan 2005 12:17:45 +0000 (12:17 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:09:08 +0000 (13:09 -0500)
commit6c14b0133dede38294a812be7f5f5bd5ec3d498b
tree6b60ad912d6ff06e1624580ba6e8cbeda3341d1b
parentfd62df64188c0f992876c72fdda8a6da5dba3090
r4944: every event_add_*() caller was having to call talloc_steal() to take
control of the event, so instead build that into the function. If you
pass NULL as mem_ctx then it leaves it as a child of the events
structure.
(This used to be commit 7f981b9ed96f39027cbfd500f41e0c2be64cbb50)
source4/lib/events.c
source4/lib/messaging/messaging.c
source4/libcli/nbt/nbtsocket.c
source4/libcli/raw/clisocket.c
source4/libcli/raw/clitransport.c
source4/libcli/resolve/host.c
source4/librpc/rpc/dcerpc_sock.c
source4/ntvfs/posix/pvfs_wait.c
source4/rpc_server/echo/rpc_echo.c
source4/smbd/service.c