From c09dafa872f3298df406c992abb346647911170d Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 24 Feb 2009 22:41:40 +0100 Subject: [PATCH] s3:registry: fix a comment Michael Signed-off-by: Michael Adam (cherry picked from commit 391027d79eeb897c539d35877f5b27ea90efb40b) --- source/registry/reg_objects.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/registry/reg_objects.c b/source/registry/reg_objects.c index a9a49390348..15f98797067 100644 --- a/source/registry/reg_objects.c +++ b/source/registry/reg_objects.c @@ -26,9 +26,9 @@ /********************************************************************** - Note that the REGSUB_CTR and REGVAL_CTR objects *must* be talloc()'d - since the methods use the object pointer as the talloc context for - internal private data. + Note that the struct regsubkey_ctr and REGVAL_CTR objects *must* be + talloc()'d since the methods use the object pointer as the talloc + context for internal private data. There is no longer a regXXX_ctr_intit() and regXXX_ctr_destroy() pair of functions. Simply TALLOC_ZERO_P() and TALLOC_FREE() the -- 2.11.4.GIT