diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-07-11 21:09:56 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:10:03 -0500 |
commit | 571052fec8767d7b9005512d61d4687d40e465e8 (patch) | |
tree | 5c5f351a181fbb795bebbf8c4b8e69bd7c73f7a1 /source4/torture/rpc | |
parent | c7d7022e7783c216bc4d1703564738e6872737d4 (diff) | |
download | samba-571052fec8767d7b9005512d61d4687d40e465e8.tar.gz samba-571052fec8767d7b9005512d61d4687d40e465e8.tar.bz2 samba-571052fec8767d7b9005512d61d4687d40e465e8.zip |
r16958: We also do level 1501 on NetShareGetInfo
(This used to be commit 656d8337c474374014ac681914fa761916a9bc3c)
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r-- | source4/torture/rpc/samba3rpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/samba3rpc.c b/source4/torture/rpc/samba3rpc.c index a54e502e4f..6bc8fe6d4b 100644 --- a/source4/torture/rpc/samba3rpc.c +++ b/source4/torture/rpc/samba3rpc.c @@ -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; |