1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r2532: Don't run EnumValue torture test for now (idl needs fixing, doesn't compile)

This commit is contained in:
Jelmer Vernooij 2004-09-22 18:59:13 +00:00 committed by Gerald (Jerry) Carter
parent 80294f799f
commit c98fbfe250

View File

@ -265,6 +265,7 @@ static BOOL test_EnumKey(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx,
static BOOL test_EnumValue(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx,
struct policy_handle *handle, int max_valnamelen, int max_valbufsize)
{
#if 0
struct winreg_EnumValue r;
struct winreg_Uint8buf vb;
struct winreg_EnumValueName vn;
@ -299,7 +300,7 @@ static BOOL test_EnumValue(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx,
printf("EnumValue failed - %s\n", win_errstr(r.out.result));
return False;
}
#endif
return True;
}