summaryrefslogtreecommitdiff
path: root/lib/talloc/talloc.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-09-06 14:52:28 -0700
committerVolker Lendecke <vl@samba.org>2013-09-08 11:34:06 +0200
commit20ad6d7aa3dc5e7db4d886202f757ac1f68287d4 (patch)
treeaffcdc7a48bdad6fe0af82e0e41755f0e3df066b /lib/talloc/talloc.h
parenta3d9099d9a96b36df21ee0733adc5210438fe9dc (diff)
downloadsamba-20ad6d7aa3dc5e7db4d886202f757ac1f68287d4.tar.gz
samba-20ad6d7aa3dc5e7db4d886202f757ac1f68287d4.tar.bz2
samba-20ad6d7aa3dc5e7db4d886202f757ac1f68287d4.zip
talloc: Allow nested pools.
Signed-off-by: Volker Lendecke <vl@samba.org> Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/talloc/talloc.h')
-rw-r--r--lib/talloc/talloc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/talloc/talloc.h b/lib/talloc/talloc.h
index f3cbcd0e7c..aa9864b436 100644
--- a/lib/talloc/talloc.h
+++ b/lib/talloc/talloc.h
@@ -839,8 +839,7 @@ void *talloc_find_parent_bytype(const void *ptr, #type);
* talloc pool to a talloc parent outside the pool, the whole pool memory is
* not free(3)'ed until that moved chunk is also talloc_free()ed.
*
- * @param[in] context The talloc context to hang the result off (must not
- * be another pool).
+ * @param[in] context The talloc context to hang the result off.
*
* @param[in] size Size of the talloc pool.
*