1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

s3:registry: fix a comment

Michael
This commit is contained in:
Michael Adam 2009-02-24 22:41:40 +01:00
parent 63b576424d
commit 060abd7e38

View File

@ -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