From 3b2efdc7d7fe1346e363e6df679624150a0f95d7 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 25 Sep 2010 18:34:03 -0700 Subject: s3: Remove talloc_autofree_context() from notify_internal_parent_init() --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/proto.h') 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); -- cgit