X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=blobdiff_plain;f=source4%2Ftorture%2Frpc%2Fsamr.c;h=5340d2cad66274684063cbc7edc50501e75052b5;hp=3f5963720c7876991811b2605e75ced78d681374;hb=9599d142c0edd750e254c82ca96e75a8e1d200d5;hpb=e8d2fe327dd51697306ec934f4fa49b3b3936e46;ds=sidebyside diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c index 3f5963720c7..5340d2cad66 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)