werror: removed WERR_DCNOTFOUND
authorGünther Deschner <gd@samba.org>
Thu, 3 Dec 2015 14:24:36 +0000 (15:24 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 27 Sep 2016 22:04:29 +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 63a674c21552b9bd5fa910946516fb9b656c960e..86d34dc506f6a513a43bcdc63b4ddc7e13209ec7 100644 (file)
@@ -83,7 +83,6 @@ static const struct werror_code_struct dos_errs[] =
        { "WERR_INVALID_COMPUTERNAME", WERR_INVALID_COMPUTERNAME },
        { "WERR_INVALID_DOMAINNAME", WERR_INVALID_DOMAINNAME },
        { "WERR_MACHINE_LOCKED", WERR_MACHINE_LOCKED },
-       { "WERR_DCNOTFOUND", WERR_DCNOTFOUND },
        { "WERR_NO_LOGON_SERVERS", WERR_NO_LOGON_SERVERS },
        { "WERR_NO_SUCH_LOGON_SESSION", WERR_NO_SUCH_LOGON_SESSION },
        { "WERR_NO_SUCH_PRIVILEGE", WERR_NO_SUCH_PRIVILEGE },
@@ -2682,7 +2681,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_DCNOTFOUND, "A domain controller could not be found" },
        { WERR_SETUP_NOT_JOINED, "Join failed" },
        { WERR_SETUP_ALREADY_JOINED, "Machine is already joined" },
        { WERR_SETUP_DOMAIN_CONTROLLER, "Machine is a Domain Controller" },
index b726fd34eed03311c0da2b5974fb140dc0ee03b7..77a1be72f485f6627da9f537e4c96950c438a3d9 100644 (file)
@@ -195,7 +195,6 @@ typedef uint32_t WERROR;
 #define MAX_NERR (NERR_BASE+899)
 #endif
 
-#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)