svn commit: samba r17065 - in
branches/SAMBA_4_0/source/torture/rpc: .
vlendec at samba.org
vlendec at samba.org
Sat Jul 15 18:20:13 GMT 2006
Author: vlendec
Date: 2006-07-15 18:20:13 +0000 (Sat, 15 Jul 2006)
New Revision: 17065
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17065
Log:
NT4 does not like "0" here, W2k3 does not care...
Modified:
branches/SAMBA_4_0/source/torture/rpc/samba3rpc.c
Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/samba3rpc.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/samba3rpc.c 2006-07-15 17:55:01 UTC (rev 17064)
+++ branches/SAMBA_4_0/source/torture/rpc/samba3rpc.c 2006-07-15 18:20:13 UTC (rev 17065)
@@ -1272,7 +1272,7 @@
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;
More information about the samba-cvs
mailing list