From 667716d2041fc531bfa6241b02bbfc12d7666e51 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 27 May 2010 16:10:10 +0200 Subject: s4-smbtorture: finally test all levels in rap_NetUserGetInfo RAP-SAM test. Guenther --- source4/torture/rap/sam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture') 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++) { -- cgit