1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

werror: removed WERR_NOT_LOCAL_DOMAIN (unused, already known as WERR_NERR_NOTLOCALDOMAIN)

Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Günther Deschner 2015-12-03 15:24:36 +01:00 committed by Jeremy Allison
parent 3c362cc9cb
commit 610cd200d9
2 changed files with 0 additions and 2 deletions

View File

@ -53,7 +53,6 @@ static const struct werror_code_struct dos_errs[] =
{ "WERR_INVALID_ENVIRONMENT", WERR_INVALID_ENVIRONMENT },
{ "WERR_INVALID_FORM_NAME", WERR_INVALID_FORM_NAME },
{ "WERR_INVALID_FORM_SIZE", WERR_INVALID_FORM_SIZE },
{ "WERR_NOT_LOCAL_DOMAIN", WERR_NOT_LOCAL_DOMAIN },
{ "WERR_DOMAIN_CONTROLLER_NOT_FOUND", WERR_DOMAIN_CONTROLLER_NOT_FOUND },
{ "WERR_TIME_DIFF_AT_DC", WERR_TIME_DIFF_AT_DC },
{ "WERR_SETUP_NOT_JOINED", WERR_SETUP_NOT_JOINED },

View File

@ -195,7 +195,6 @@ typedef uint32_t WERROR;
#define MAX_NERR (NERR_BASE+899)
#endif
#define WERR_NOT_LOCAL_DOMAIN W_ERROR(0x00000910)
#define WERR_DCNOTFOUND W_ERROR(0x00000995)
#define WERR_TIME_DIFF_AT_DC W_ERROR(0x00000999)
#define WERR_DFS_NO_SUCH_VOL W_ERROR(0x00000A66)