Author: vlendec
Date: 2006-07-11 21:09:56 +0000 (Tue, 11 Jul 2006)
New Revision: 16958

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16958

Log:
We also do level 1501 on NetShareGetInfo
Modified:
   branches/SAMBA_4_0/source/torture/rpc/samba3rpc.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/samba3rpc.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/samba3rpc.c   2006-07-11 21:09:13 UTC 
(rev 16957)
+++ branches/SAMBA_4_0/source/torture/rpc/samba3rpc.c   2006-07-11 21:09:56 UTC 
(rev 16958)
@@ -1219,7 +1219,7 @@
 {
        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;
 

Reply via email to