svn commit: samba r18843 - in branches/SAMBA_4_0/source/librpc/idl: .

gd at samba.org gd at samba.org
Sat Sep 23 08:17:15 GMT 2006


Author: gd
Date: 2006-09-23 08:17:14 +0000 (Sat, 23 Sep 2006)
New Revision: 18843

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

Log:
Got DFS_MANAGER_VERSION_NT4 wrong.

Guenther

Modified:
   branches/SAMBA_4_0/source/librpc/idl/dfs.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/dfs.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/dfs.idl	2006-09-23 06:42:28 UTC (rev 18842)
+++ branches/SAMBA_4_0/source/librpc/idl/dfs.idl	2006-09-23 08:17:14 UTC (rev 18843)
@@ -11,7 +11,7 @@
 	/******************/
 	/* Function: 0x00 */
 	typedef [v1_enum] enum {
-		DFS_MANAGER_VERSION_NT4		= 0,
+		DFS_MANAGER_VERSION_NT4		= 1,
 		DFS_MANAGER_VERSION_W2K		= 2,
 		DFS_MANAGER_VERSION_W2K3	= 4
 	} dfs_ManagerVersion;



More information about the samba-cvs mailing list