r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
[abartlet/samba.git/.git] / source4 / param / loadparm.c
index 0582d5551185eb4edcbd81ea254b3319ab50bc1c..8380fccaf73a2f432b4e49784b18b6ff6de94b60 100644 (file)
@@ -1088,7 +1088,7 @@ static const char *lp_string(const char *s)
        if (!lp_talloc)
                lp_talloc = talloc_init("lp_talloc");
 
-       ret = talloc_array_p(lp_talloc, char, len + 100);       /* leave room for substitution */
+       ret = talloc_array(lp_talloc, char, len + 100); /* leave room for substitution */
 
        if (!ret)
                return NULL;