From 839a45a471e9571c7755e3b68f9fb3e2cebd5920 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 29 May 2014 13:10:45 +0200 Subject: imessaging: Fix a comment Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source4/lib/messaging/messaging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib') diff --git a/source4/lib/messaging/messaging.c b/source4/lib/messaging/messaging.c index f73b2ba117e..66732ceb463 100644 --- a/source4/lib/messaging/messaging.c +++ b/source4/lib/messaging/messaging.c @@ -564,7 +564,7 @@ int imessaging_cleanup(struct imessaging_context *msg) /* create the listening socket and setup the dispatcher - use temporary=true when you want a destructor to remove the + use auto_remove=true when you want a destructor to remove the associated messaging socket and database entry on talloc free. Don't use this in processes that may fork and a child may talloc free this memory -- cgit