1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00

werror: removed WERR_DEST_NOT_FOUND

Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Günther Deschner 2015-12-03 15:24:33 +01:00 committed by Jeremy Allison
parent a3ac8e6600
commit 28f5d32b85
2 changed files with 0 additions and 2 deletions

View File

@ -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_DEST_NOT_FOUND", WERR_DEST_NOT_FOUND },
{ "WERR_GROUPNOTFOUND", WERR_GROUPNOTFOUND },
{ "WERR_USER_NOT_FOUND", WERR_USER_NOT_FOUND },
{ "WERR_NOT_LOCAL_DOMAIN", WERR_NOT_LOCAL_DOMAIN },

View File

@ -195,7 +195,6 @@ typedef uint32_t WERROR;
#define MAX_NERR (NERR_BASE+899)
#endif
#define WERR_DEST_NOT_FOUND W_ERROR(0x00000868)
#define WERR_GROUPNOTFOUND W_ERROR(0x000008AC)
#define WERR_USER_NOT_FOUND W_ERROR(0x000008AD)
#define WERR_USEREXISTS W_ERROR(0x000008B0)