diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-11-22 06:05:50 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:46:37 -0500 |
commit | f3dc80e2efff624eff302f5b53de1bc4d7e6ceaf (patch) | |
tree | 6e0a2b64261f22871f35999564abf3378e489ddb /source4/torture/rpc | |
parent | c7c4dc5b9879d27bf80913d115eb65048997e459 (diff) | |
download | samba-f3dc80e2efff624eff302f5b53de1bc4d7e6ceaf.tar.gz samba-f3dc80e2efff624eff302f5b53de1bc4d7e6ceaf.tar.bz2 samba-f3dc80e2efff624eff302f5b53de1bc4d7e6ceaf.zip |
r11843: fixed a valgrind error in the RPC-SAMLOGON test
(This used to be commit 61cabcd7f9010f708a55165f2ff855630f4b39df)
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r-- | source4/torture/rpc/samlogon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/samlogon.c b/source4/torture/rpc/samlogon.c index 11cfed99c6..43ab3f9874 100644 --- a/source4/torture/rpc/samlogon.c +++ b/source4/torture/rpc/samlogon.c @@ -1754,7 +1754,7 @@ BOOL torture_rpc_samlogon(void) ret = False; } - if (usercreds[ci].network_login) { + if (usercreds[0].network_login) { if (!test_SamLogon(p, mem_ctx, creds, usercreds[0].comment, usercreds[0].domain, |