diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-10-07 10:05:26 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-10-07 10:05:26 +1100 |
commit | d31fa07fde1d7118c7a33b0d93c29f6a96e1c44e (patch) | |
tree | f46e0c0a23eb6443c95042bbd66ebc5d7e457234 | |
parent | 1d0fb1e0fba3cf4d04d4602ed4e717912804e5de (diff) | |
download | samba-d31fa07fde1d7118c7a33b0d93c29f6a96e1c44e.tar.gz samba-d31fa07fde1d7118c7a33b0d93c29f6a96e1c44e.tar.bz2 samba-d31fa07fde1d7118c7a33b0d93c29f6a96e1c44e.zip |
s4-torture: removed an accidental commit of a local test hack
Sorry about that ....
-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 6717195f55..c9efb2e72d 100644 --- a/source4/torture/rpc/samr.c +++ b/source4/torture/rpc/samr.c @@ -6796,7 +6796,6 @@ bool torture_rpc_samr(struct torture_context *torture) } ret &= test_samr_ValidatePassword(p, torture); - exit(1); ret &= test_Connect(p, torture, &handle); |