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

r16958: We also do level 1501 on NetShareGetInfo

(This used to be commit 656d8337c4)
This commit is contained in:
Volker Lendecke 2006-07-11 21:09:56 +00:00 committed by Gerald (Jerry) Carter
parent c7d7022e77
commit 571052fec8

View File

@ -1219,7 +1219,7 @@ static BOOL test_NetShareGetInfo(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx,
{
NTSTATUS status;
struct srvsvc_NetShareGetInfo r;
uint32_t levels[] = { 0, 1, 2, 501, 502, 1004, 1005, 1006, 1007 };
uint32_t levels[] = { 0, 1, 2, 501, 502, 1004, 1005, 1006, 1007, 1501 };
int i;
BOOL ret = True;