diff options
author | Günther Deschner <gd@samba.org> | 2010-05-27 16:10:10 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-28 00:22:40 +0200 |
commit | 667716d2041fc531bfa6241b02bbfc12d7666e51 (patch) | |
tree | 0feb134d819c8a5b5f33f9936c2a6512f52b505c /source4/torture/rap | |
parent | 7803bcdae654f1474c57f0d31ed17f56492441e3 (diff) | |
download | samba-667716d2041fc531bfa6241b02bbfc12d7666e51.tar.gz samba-667716d2041fc531bfa6241b02bbfc12d7666e51.tar.bz2 samba-667716d2041fc531bfa6241b02bbfc12d7666e51.zip |
s4-smbtorture: finally test all levels in rap_NetUserGetInfo RAP-SAM test.
Guenther
Diffstat (limited to 'source4/torture/rap')
-rw-r--r-- | source4/torture/rap/sam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rap/sam.c b/source4/torture/rap/sam.c index 7b97a08120..290ba0820c 100644 --- a/source4/torture/rap/sam.c +++ b/source4/torture/rap/sam.c @@ -192,7 +192,7 @@ static bool test_usergetinfo_byname(struct torture_context *tctx, { struct rap_NetUserGetInfo r; int i; - uint16_t levels[] = { 0, 1, /*2,*/ 10, /*11*/ }; + uint16_t levels[] = { 0, 1, 2, 10, 11 }; for (i=0; i < ARRAY_SIZE(levels); i++) { |