The branch, master has been updated
via 667716d... s4-smbtorture: finally test all levels in
rap_NetUserGetInfo RAP-SAM test.
from 7803bcd... s4-smbtorture: remove obsolete handmarshalled rap code.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 667716d2041fc531bfa6241b02bbfc12d7666e51
Author: Günther Deschner <[email protected]>
Date: Thu May 27 16:10:10 2010 +0200
s4-smbtorture: finally test all levels in rap_NetUserGetInfo RAP-SAM test.
Guenther
-----------------------------------------------------------------------
Summary of changes:
source4/torture/rap/sam.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source4/torture/rap/sam.c b/source4/torture/rap/sam.c
index 7b97a08..290ba08 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++) {
--
Samba Shared Repository