summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-11-09 17:40:28 +0100
committerGünther Deschner <gd@samba.org>2009-11-10 13:08:28 +0100
commit9599d142c0edd750e254c82ca96e75a8e1d200d5 (patch)
treee07864b456d61cbc2afc8f6109e6b128fb487960 /source4
parente8d2fe327dd51697306ec934f4fa49b3b3936e46 (diff)
downloadsamba-9599d142c0edd750e254c82ca96e75a8e1d200d5.tar.gz
samba-9599d142c0edd750e254c82ca96e75a8e1d200d5.tar.bz2
samba-9599d142c0edd750e254c82ca96e75a8e1d200d5.zip
s4-smbtorture: strip trailing whitespace in RPC-SAMR.
Guenther
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/rpc/samr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c
index 3f5963720c..5340d2cad6 100644
--- a/source4/torture/rpc/samr.c
+++ b/source4/torture/rpc/samr.c
@@ -6771,7 +6771,7 @@ static bool test_samr_ValidatePassword(struct dcerpc_pipe *p, struct torture_con
r.in.level = NetValidatePasswordReset;
r.in.req = &req;
r.out.rep = &repp;
-
+
ZERO_STRUCT(req);
req.req3.account.string = "non-existant-account-aklsdji";
@@ -6784,7 +6784,7 @@ static bool test_samr_ValidatePassword(struct dcerpc_pipe *p, struct torture_con
req.req3.password.string, repp->ctr3.status);
}
- return true;
+ return true;
}
bool torture_rpc_samr(struct torture_context *torture)