mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
werror: removed WERR_USER_NOT_FOUND
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
d8d7d67336
commit
df576c5536
@ -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_USER_NOT_FOUND", WERR_USER_NOT_FOUND },
|
||||
{ "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 },
|
||||
|
@ -195,7 +195,6 @@ typedef uint32_t WERROR;
|
||||
#define MAX_NERR (NERR_BASE+899)
|
||||
#endif
|
||||
|
||||
#define WERR_USER_NOT_FOUND W_ERROR(0x000008AD)
|
||||
#define WERR_USEREXISTS W_ERROR(0x000008B0)
|
||||
#define WERR_NOT_CONNECTED W_ERROR(0x000008CA)
|
||||
#define WERR_NAME_NOT_FOUND W_ERROR(0x000008E1)
|
||||
|
Loading…
Reference in New Issue
Block a user