s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
[metze/samba/wip.git] / source3 / winbindd / idmap_adex / likewise_cell.c
index 0914132b9339a5e801477c706ed722ce8f4eb9be..0e544e90f76374c7585685a0e8c7bb4d9b9aa4f7 100644 (file)
@@ -85,7 +85,7 @@ static struct likewise_cell *_lw_cell_list = NULL;
 
        /* Each cell struct is a TALLOC_CTX* */
 
-       c = TALLOC_ZERO_P(NULL, struct likewise_cell);
+       c = talloc_zero(NULL, struct likewise_cell);
        if (!c) {
                DEBUG(0,("cell_new: memory allocation failure!\n"));
                return NULL;