s4:torture/rpc/samr.c - use "NULL" instead of "0" when initialising pointers
[samba.git] / source4 / torture / rpc / samr.c
index cc2cdfc3526522ad9f27772f08afc1a996101d76..6b9079166035c92cb5ecd63fab4810c88a3fe30f 100644 (file)
@@ -7827,7 +7827,7 @@ static bool test_Connect(struct dcerpc_binding_handle *b,
 
        torture_comment(tctx, "Testing samr_Connect\n");
 
-       r.in.system_name = 0;
+       r.in.system_name = NULL;
        r.in.access_mask = SEC_FLAG_MAXIMUM_ALLOWED;
        r.out.connect_handle = &h;