diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-07-15 18:20:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:10:10 -0500 |
commit | 803e5ef0313fa38eee1076ad179f6f76d81201b4 (patch) | |
tree | 32acea29c755232292a94daa6337fc53b27f6b56 /source4/torture/rpc | |
parent | 41c571e659bcbcbc16ac5ba8f4ae202d70642f36 (diff) | |
download | samba-803e5ef0313fa38eee1076ad179f6f76d81201b4.tar.gz samba-803e5ef0313fa38eee1076ad179f6f76d81201b4.tar.bz2 samba-803e5ef0313fa38eee1076ad179f6f76d81201b4.zip |
r17065: NT4 does not like "0" here, W2k3 does not care...
(This used to be commit 4f13b7d53c0f177cfd2a0d00ee14de3fce12d9bf)
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r-- | source4/torture/rpc/samba3rpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |