svn commit: samba r16958 - in
branches/SAMBA_4_0/source/torture/rpc: .
vlendec at samba.org
vlendec at samba.org
Tue Jul 11 21:09:57 GMT 2006
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;
More information about the samba-cvs
mailing list