r.in.level = NetValidatePasswordReset;
r.in.req = &req;
r.out.rep = &repp;
-
+
ZERO_STRUCT(req);
req.req3.account.string = "non-existant-account-aklsdji";
req.req3.password.string, repp->ctr3.status);
}
- return true;
+ return true;
}
bool torture_rpc_samr(struct torture_context *torture)