werror: removed WERR_SETUP_NOT_JOINED
authorGünther Deschner <gd@samba.org>
Thu, 3 Dec 2015 14:24:39 +0000 (15:24 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 27 Sep 2016 22:04:32 +0000 (00:04 +0200)
Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
libcli/util/doserr.c
libcli/util/werror.h

index effe840338bf25247409063c9a36c4f579e1c203..a753eca435202d1cf00569d687a107ab51f7c98b 100644 (file)
@@ -54,7 +54,6 @@ static const struct werror_code_struct dos_errs[] =
        { "WERR_INVALID_FORM_NAME", WERR_INVALID_FORM_NAME },
        { "WERR_INVALID_FORM_SIZE", WERR_INVALID_FORM_SIZE },
        { "WERR_DOMAIN_CONTROLLER_NOT_FOUND", WERR_DOMAIN_CONTROLLER_NOT_FOUND },
-       { "WERR_SETUP_NOT_JOINED", WERR_SETUP_NOT_JOINED },
        { "WERR_SETUP_DOMAIN_CONTROLLER", WERR_SETUP_DOMAIN_CONTROLLER },
        { "WERR_DEVICE_NOT_AVAILABLE", WERR_DEVICE_NOT_AVAILABLE },
        { "WERR_DEFAULT_JOIN_REQUIRED", WERR_DEFAULT_JOIN_REQUIRED },
@@ -2674,7 +2673,6 @@ const struct werror_str_struct dos_err_strs[] = {
        { WERR_NO_LOGON_SERVERS, "No logon servers found" },
        { WERR_NO_SUCH_LOGON_SESSION, "No such logon session" },
        { WERR_DOMAIN_CONTROLLER_NOT_FOUND, "A domain controller could not be found" },
-       { WERR_SETUP_NOT_JOINED, "Join failed" },
        { WERR_SETUP_DOMAIN_CONTROLLER, "Machine is a Domain Controller" },
        { WERR_LOGON_FAILURE, "Invalid logon credentials" },
        { WERR_PASSWORD_MUST_CHANGE, "The password must be changed" },
index f4755a72f9aca8460a6c1c3552f4679a836a6c7a..8b13f2347b821530d30cfb01523a8d354b174213 100644 (file)
@@ -195,7 +195,6 @@ typedef uint32_t WERROR;
 #define MAX_NERR (NERR_BASE+899)
 #endif
 
-#define WERR_SETUP_NOT_JOINED          W_ERROR(0x00000A84)
 #define WERR_SETUP_DOMAIN_CONTROLLER   W_ERROR(0x00000A85)
 #define WERR_DEFAULT_JOIN_REQUIRED     W_ERROR(0x00000A86)