diff options
author | Günther Deschner <gd@samba.org> | 2008-11-28 21:58:25 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-11-28 22:06:32 +0100 |
commit | fd2a15fa7813f5560bd7fdb9b5ed8e3880cae387 (patch) | |
tree | e197cf6cd64e6e84c0d40bbf7b86b4188268dbb3 /source4/torture/rpc | |
parent | 143097d71c15c1624446b56205639e0b863d35fe (diff) | |
download | samba-fd2a15fa7813f5560bd7fdb9b5ed8e3880cae387.tar.gz samba-fd2a15fa7813f5560bd7fdb9b5ed8e3880cae387.tar.bz2 samba-fd2a15fa7813f5560bd7fdb9b5ed8e3880cae387.zip |
s4-smbtorture: fix RPC-SAMR-PASSWORDS-PWDLASTSET with samba3 option.
Guenther
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r-- | source4/torture/rpc/samr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c index 86a959df7c..f63e66a18d 100644 --- a/source4/torture/rpc/samr.c +++ b/source4/torture/rpc/samr.c @@ -2527,7 +2527,6 @@ static bool test_SetPassword_pwdlastset(struct dcerpc_pipe *p, delay = 1000000; printf("Samba3 has second granularity, setting delay to: %d\n", delay); - return ret; } /* set to 1 to enable testing for all possible opcode |