summaryrefslogtreecommitdiffstats
path: root/source4/lib
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/messaging/messaging.c2
1 files changed, 1 insertions, 1 deletions
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