1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

s4-smbtorture: finally test all levels in rap_NetUserGetInfo RAP-SAM test.

Guenther
This commit is contained in:
Günther Deschner 2010-05-27 16:10:10 +02:00
parent 7803bcdae6
commit 667716d204

View File

@ -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++) {