From 783512eca22979af09b2b807842d4ace763ff578 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Sat, 23 Sep 2006 08:17:14 +0000 Subject: r18843: Got DFS_MANAGER_VERSION_NT4 wrong. Guenther (This used to be commit 8e19284fbd425d04954eaed374c72b0230d4ff99) --- source4/librpc/idl/dfs.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc/idl/dfs.idl') diff --git a/source4/librpc/idl/dfs.idl b/source4/librpc/idl/dfs.idl index 491953de75..562db1f1f3 100644 --- a/source4/librpc/idl/dfs.idl +++ b/source4/librpc/idl/dfs.idl @@ -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; -- cgit