diff options
Diffstat (limited to 'source4/librpc/idl/dfs.idl')
-rw-r--r-- | source4/librpc/idl/dfs.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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; |