s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
[amitay/samba.git] / source3 / registry / reg_objects.c
index a2ae178783275230045c2fb48adb32d5896f1c4b..54b6fe344131338cd99d255c134388fd8266fdf7 100644 (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.
 
  **********************************************************************/