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