w32err: WERR_DOMAIN_CONTROLLER_NOT_FOUND error value fixed
authorKamen Mazdrashki <kamen.mazdrashki@postpath.com>
Thu, 17 Sep 2009 10:52:28 +0000 (13:52 +0300)
committerAnatoliy Atanasov <anatoliy.atanasov@postpath.com>
Wed, 30 Sep 2009 12:48:40 +0000 (15:48 +0300)
Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com>
libcli/util/werror.h

index d64746b363fe70845cdc410660994706e3933a69..5529c1d77a0693cfcdbe25bccc890d8f5a09ee74 100644 (file)
@@ -159,9 +159,9 @@ typedef uint32_t WERROR;
 #define WERR_INVALID_FORM_NAME W_ERROR(0x0000076E)
 #define WERR_INVALID_FORM_SIZE W_ERROR(0x0000076F)
 #define WERR_PASSWORD_MUST_CHANGE W_ERROR(0x00000773)
+#define WERR_DOMAIN_CONTROLLER_NOT_FOUND W_ERROR(0x00000774)
 #define WERR_ACCOUNT_LOCKED_OUT W_ERROR(0x00000775)
 
-#define WERR_DOMAIN_CONTROLLER_NOT_FOUND W_ERROR(0x00000995) /* Error code is wrong, should be  0x00000774 (1908)*/
 
 #define WERR_DEVICE_NOT_AVAILABLE W_ERROR(0x000010DF)