diff options
author | Michael Adam <obnox@samba.org> | 2009-02-24 22:41:40 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-02-26 13:22:51 +0100 |
commit | 060abd7e38bff8cecf5821e9a9878f18c04a7a1d (patch) | |
tree | 1be76f3979f867b79166b0e0cf2059f222ddba8f /source3/registry | |
parent | 63b576424db89739f40e45ac4802634d34456ee6 (diff) | |
download | samba-060abd7e38bff8cecf5821e9a9878f18c04a7a1d.tar.gz samba-060abd7e38bff8cecf5821e9a9878f18c04a7a1d.tar.xz samba-060abd7e38bff8cecf5821e9a9878f18c04a7a1d.zip |
s3:registry: fix a comment
Michael
Diffstat (limited to 'source3/registry')
-rw-r--r-- | source3/registry/reg_objects.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/registry/reg_objects.c b/source3/registry/reg_objects.c index a9a49390348..15f98797067 100644 --- a/source3/registry/reg_objects.c +++ b/source3/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 |