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:
parent
63b576424d
commit
060abd7e38
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user