diff options
author | Volker Lendecke <vl@samba.org> | 2010-09-25 18:34:03 -0700 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-09-26 17:36:40 +0200 |
commit | 3b2efdc7d7fe1346e363e6df679624150a0f95d7 (patch) | |
tree | 8ca9c5730684c31c380bb1c268a66d0d2ca5c9ad /source3/include | |
parent | 03841f9e44950811907ea83e8caedac2a80bce06 (diff) | |
download | samba-3b2efdc7d7fe1346e363e6df679624150a0f95d7.tar.gz samba-3b2efdc7d7fe1346e363e6df679624150a0f95d7.tar.bz2 samba-3b2efdc7d7fe1346e363e6df679624150a0f95d7.zip |
s3: Remove talloc_autofree_context() from notify_internal_parent_init()
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 1687186268..1aefe66ce8 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4949,7 +4949,7 @@ struct notify_context *notify_init(TALLOC_CTX *mem_ctx, struct server_id server, struct messaging_context *messaging_ctx, struct event_context *ev, connection_struct *conn); -bool notify_internal_parent_init(void); +bool notify_internal_parent_init(TALLOC_CTX *mem_ctx); NTSTATUS notify_add(struct notify_context *notify, struct notify_entry *e0, void (*callback)(void *, const struct notify_event *), void *private_data); |