1
0
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:
Andrew Bartlett
2011-06-07 11:44:43 +10:00
parent d5e6a47f06
commit ad0a07c531
114 changed files with 228 additions and 229 deletions

View File

@@ -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.
**********************************************************************/