From 803e5ef0313fa38eee1076ad179f6f76d81201b4 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 15 Jul 2006 18:20:13 +0000 Subject: r17065: NT4 does not like "0" here, W2k3 does not care... (This used to be commit 4f13b7d53c0f177cfd2a0d00ee14de3fce12d9bf) --- source4/torture/rpc/samba3rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture') diff --git a/source4/torture/rpc/samba3rpc.c b/source4/torture/rpc/samba3rpc.c index 9d69a1709a..11b0af0afc 100644 --- a/source4/torture/rpc/samba3rpc.c +++ b/source4/torture/rpc/samba3rpc.c @@ -1272,7 +1272,7 @@ static struct dom_sid *name2sid(TALLOC_CTX *mem_ctx, struct lsa_LookupNames l; struct lsa_TransSidArray sids; struct lsa_String lsa_name; - uint32_t count = 1; + uint32_t count = 0; struct dom_sid *result; TALLOC_CTX *tmp_ctx; -- cgit