diff options
author | Jeremy Allison <jra@samba.org> | 2002-12-23 23:53:56 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-12-23 23:53:56 +0000 |
commit | 0fdf60f0512f1a4443e315d764d59636c2075fe7 (patch) | |
tree | 4fa8b751ad63a6ffaf2046081edf63d3963df420 /source3/lib/talloc.c | |
parent | 54af5d0f252739240b933b61dffda445d1ca1337 (diff) | |
download | samba-0fdf60f0512f1a4443e315d764d59636c2075fe7.tar.gz samba-0fdf60f0512f1a4443e315d764d59636c2075fe7.tar.bz2 samba-0fdf60f0512f1a4443e315d764d59636c2075fe7.zip |
Finish adding strings to all talloc_init() calls.
Jeremy.
(This used to be commit 784d15761c3271bfd602866f8f9f880dac77671c)
Diffstat (limited to 'source3/lib/talloc.c')
-rw-r--r-- | source3/lib/talloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/lib/talloc.c b/source3/lib/talloc.c index f0c13753b5..b6c8b2efdf 100644 --- a/source3/lib/talloc.c +++ b/source3/lib/talloc.c @@ -136,7 +136,6 @@ static TALLOC_CTX *talloc_init_internal(void) /** * Create a new talloc context, with a name specifying its purpose. - * Please call this in preference to talloc_init(). **/ TALLOC_CTX *talloc_init(char const *fmt, ...) |