summaryrefslogtreecommitdiffstats
path: root/source4/lib
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-05-29 13:10:45 +0200
committerJeremy Allison <jra@samba.org>2014-05-31 01:59:17 +0200
commit839a45a471e9571c7755e3b68f9fb3e2cebd5920 (patch)
treef8d9d4f23a582ff9a0f5b97800ed576448d28f34 /source4/lib
parent90f9db9c062f2953c19f62dab3fab0b61d8c8e6c (diff)
downloadsamba-839a45a471e9571c7755e3b68f9fb3e2cebd5920.tar.gz
samba-839a45a471e9571c7755e3b68f9fb3e2cebd5920.tar.xz
samba-839a45a471e9571c7755e3b68f9fb3e2cebd5920.zip
imessaging: Fix a comment
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
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