summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/dfs.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-09-23 08:17:14 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:20:15 -0500
commit783512eca22979af09b2b807842d4ace763ff578 (patch)
treea2c9d201d410f4da23c29ea6dbcd478553a2cf75 /source4/librpc/idl/dfs.idl
parent088c24e4e6e72568d4362ac39dc5ff7734782197 (diff)
downloadsamba-783512eca22979af09b2b807842d4ace763ff578.tar.gz
samba-783512eca22979af09b2b807842d4ace763ff578.tar.bz2
samba-783512eca22979af09b2b807842d4ace763ff578.zip
r18843: Got DFS_MANAGER_VERSION_NT4 wrong.
Guenther (This used to be commit 8e19284fbd425d04954eaed374c72b0230d4ff99)
Diffstat (limited to 'source4/librpc/idl/dfs.idl')
-rw-r--r--source4/librpc/idl/dfs.idl2
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;