summaryrefslogtreecommitdiff
path: root/libcli/util/werror.h
diff options
context:
space:
mode:
authorKamen Mazdrashki <kamen.mazdrashki@postpath.com>2009-09-18 00:46:52 +0300
committerAnatoliy Atanasov <anatoliy.atanasov@postpath.com>2009-09-30 15:48:40 +0300
commitd9994a604bd51949a9869927bdc2cb512fba9171 (patch)
tree0bfb430240f8c6baea7f1640e5a4e96067e22981 /libcli/util/werror.h
parent0e64fcb18f22f31b9004e43f701ea109cef6075d (diff)
downloadsamba-d9994a604bd51949a9869927bdc2cb512fba9171.tar.gz
samba-d9994a604bd51949a9869927bdc2cb512fba9171.tar.bz2
samba-d9994a604bd51949a9869927bdc2cb512fba9171.zip
w32err: WERR_DC_NOT_FOUND replaced with WERR_DCNOTFOUND
It turns out in win32 ERROR_DC_NOT_FOUND exists and it is an error for Device Context (DC), not Domain Controller Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com>
Diffstat (limited to 'libcli/util/werror.h')
-rw-r--r--libcli/util/werror.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/util/werror.h b/libcli/util/werror.h
index c04ffd8031..c203938aee 100644
--- a/libcli/util/werror.h
+++ b/libcli/util/werror.h
@@ -222,7 +222,7 @@ typedef uint32_t WERROR;
#define WERR_DEVICE_NOT_SHARED W_ERROR(0x00000907)
#define WERR_FID_NOT_FOUND W_ERROR(0x0000090A)
#define WERR_NOT_LOCAL_DOMAIN W_ERROR(0x00000910)
-#define WERR_DC_NOT_FOUND W_ERROR(0x00000995)
+#define WERR_DCNOTFOUND W_ERROR(0x00000995)
#define WERR_TIME_DIFF_AT_DC W_ERROR(0x00000999)
#define WERR_DFS_NO_SUCH_VOL W_ERROR(0x00000A66)
#define WERR_DFS_NO_SUCH_SHARE W_ERROR(0x00000A69)