mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
werror: removed WERR_SETUP_DOMAIN_CONTROLLER
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
f1fb2d242d
commit
44672feef2
@ -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_DOMAIN_CONTROLLER", WERR_SETUP_DOMAIN_CONTROLLER },
|
||||
{ "WERR_DEVICE_NOT_AVAILABLE", WERR_DEVICE_NOT_AVAILABLE },
|
||||
{ "WERR_DEFAULT_JOIN_REQUIRED", WERR_DEFAULT_JOIN_REQUIRED },
|
||||
{ "WERR_REVISION_MISMATCH", WERR_REVISION_MISMATCH },
|
||||
@ -2673,7 +2672,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_DOMAIN_CONTROLLER, "Machine is a Domain Controller" },
|
||||
{ WERR_LOGON_FAILURE, "Invalid logon credentials" },
|
||||
{ WERR_PASSWORD_MUST_CHANGE, "The password must be changed" },
|
||||
{ WERR_ACCOUNT_LOCKED_OUT, "Account locked out" },
|
||||
|
@ -195,7 +195,6 @@ typedef uint32_t WERROR;
|
||||
#define MAX_NERR (NERR_BASE+899)
|
||||
#endif
|
||||
|
||||
#define WERR_SETUP_DOMAIN_CONTROLLER W_ERROR(0x00000A85)
|
||||
#define WERR_DEFAULT_JOIN_REQUIRED W_ERROR(0x00000A86)
|
||||
|
||||
/* FRS errors */
|
||||
|
Loading…
Reference in New Issue
Block a user