diff options
author | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-11-05 12:37:16 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-11-05 12:43:03 +0100 |
commit | 1685ee3ee7b40ee8e36ab799c447ffacdc5d93ea (patch) | |
tree | d93bd06d629e00287c352d643f2a23fc55c0d9ed | |
parent | 3372e2a0cc479bf17f04481b172087fbef711ea3 (diff) | |
download | samba-1685ee3ee7b40ee8e36ab799c447ffacdc5d93ea.tar.gz samba-1685ee3ee7b40ee8e36ab799c447ffacdc5d93ea.tar.bz2 samba-1685ee3ee7b40ee8e36ab799c447ffacdc5d93ea.zip |
s4:torture/rpc/samr - Add a comment for "ValidatePassword" test
-rw-r--r-- | source4/torture/rpc/samr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c index 41de9d8c6d..5462e3a68f 100644 --- a/source4/torture/rpc/samr.c +++ b/source4/torture/rpc/samr.c @@ -6765,6 +6765,8 @@ static bool test_samr_ValidatePassword(struct dcerpc_pipe *p, struct torture_con const char *passwords[] = { "penguin", "p@ssw0rd", "p@ssw0rd123$", NULL }; int i; + torture_comment(tctx, "testing samr_ValidatePassword\n"); + ZERO_STRUCT(r); r.in.level = NetValidatePasswordReset; r.in.req = &req; |