mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
werror: removed WERR_JOB_NOT_FOUND (unused, already known as WERR_NERR_JOBNOTFOUND)
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
6ea4c3165f
commit
8cfff62eab
@ -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_JOB_NOT_FOUND", WERR_JOB_NOT_FOUND },
|
||||
{ "WERR_DEST_NOT_FOUND", WERR_DEST_NOT_FOUND },
|
||||
{ "WERR_GROUPNOTFOUND", WERR_GROUPNOTFOUND },
|
||||
{ "WERR_USER_NOT_FOUND", WERR_USER_NOT_FOUND },
|
||||
|
@ -195,7 +195,6 @@ typedef uint32_t WERROR;
|
||||
#define MAX_NERR (NERR_BASE+899)
|
||||
#endif
|
||||
|
||||
#define WERR_JOB_NOT_FOUND W_ERROR(0x00000867)
|
||||
#define WERR_DEST_NOT_FOUND W_ERROR(0x00000868)
|
||||
#define WERR_GROUPNOTFOUND W_ERROR(0x000008AC)
|
||||
#define WERR_USER_NOT_FOUND W_ERROR(0x000008AD)
|
||||
|
Loading…
Reference in New Issue
Block a user