From 9599d142c0edd750e254c82ca96e75a8e1d200d5 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 9 Nov 2009 17:40:28 +0100 Subject: s4-smbtorture: strip trailing whitespace in RPC-SAMR. Guenther --- source4/torture/rpc/samr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/torture/rpc/samr.c') 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) -- cgit