mirror of
https://github.com/samba-team/samba.git
synced 2025-10-18 19:33:16 +03:00
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Using the standard macro makes it easier to move code into common, as TALLOC_ZERO_P isn't standard talloc.
This commit is contained in:
@@ -62,7 +62,7 @@ struct regsubkey_ctr {
|
||||
context for internal private data.
|
||||
|
||||
There is no longer a regval_ctr_intit() and regval_ctr_destroy()
|
||||
pair of functions. Simply TALLOC_ZERO_P() and TALLOC_FREE() the
|
||||
pair of functions. Simply talloc_zero() and TALLOC_FREE() the
|
||||
object.
|
||||
|
||||
**********************************************************************/
|
||||
|
Reference in New Issue
Block a user