diff options
Diffstat (limited to 'source4/torture')
-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++) { |