diff options
author | Kamen Mazdrashki <kamen.mazdrashki@postpath.com> | 2009-09-17 13:52:28 +0300 |
---|---|---|
committer | Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | 2009-09-30 15:48:40 +0300 |
commit | e66911390005f377196d49dffb06cd4ae25ddc5f (patch) | |
tree | fcd7092d340fb0840fe8e2b2ffc776ea7a025c9a | |
parent | 22d42d1629a9d5c32d7f2fb0f66b90ee40902345 (diff) | |
download | samba-e66911390005f377196d49dffb06cd4ae25ddc5f.tar.gz samba-e66911390005f377196d49dffb06cd4ae25ddc5f.tar.bz2 samba-e66911390005f377196d49dffb06cd4ae25ddc5f.zip |
w32err: WERR_DOMAIN_CONTROLLER_NOT_FOUND error value fixed
Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com>
-rw-r--r-- | libcli/util/werror.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/util/werror.h b/libcli/util/werror.h index d64746b363..5529c1d77a 100644 --- a/libcli/util/werror.h +++ b/libcli/util/werror.h @@ -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) |