From 793f1a547809172618e5b4071bc9a8160e7c7824 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Matthias=20Dieter=20Walln=C3=B6fer?= Date: Sun, 13 Nov 2011 21:33:09 +0100 Subject: [PATCH] s4:torture/rpc/samr.c - use "NULL" instead of "0" when initialising pointers --- source4/torture/rpc/samr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c index cc2cdfc3526..6b907916603 100644 --- a/source4/torture/rpc/samr.c +++ b/source4/torture/rpc/samr.c @@ -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; -- 2.34.1