mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
werror: removed WERR_GROUPNOTFOUND
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
52420e763c
commit
104154c0af
@ -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_GROUPNOTFOUND", WERR_GROUPNOTFOUND },
|
||||
{ "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 },
|
||||
|
@ -195,7 +195,6 @@ typedef uint32_t WERROR;
|
||||
#define MAX_NERR (NERR_BASE+899)
|
||||
#endif
|
||||
|
||||
#define WERR_GROUPNOTFOUND W_ERROR(0x000008AC)
|
||||
#define WERR_USER_NOT_FOUND W_ERROR(0x000008AD)
|
||||
#define WERR_USEREXISTS W_ERROR(0x000008B0)
|
||||
#define WERR_NOT_CONNECTED W_ERROR(0x000008CA)
|
||||
|
Loading…
Reference in New Issue
Block a user