s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
[samba.git] / source3 / winbindd / winbindd_util.c
index 63cb2d2f02a908345f8eeb7c7ead5bffc95a0952..7dff138fc137b0a1381da743e024d8ebc5e0dad1 100644 (file)
@@ -261,7 +261,7 @@ static void add_trusted_domains( struct winbindd_domain *domain )
        struct trustdom_state *state;
        struct tevent_req *req;
 
-       state = TALLOC_ZERO_P(NULL, struct trustdom_state);
+       state = talloc_zero(NULL, struct trustdom_state);
        if (state == NULL) {
                DEBUG(0, ("talloc failed\n"));
                return;