1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

werror: removed WERR_BADFUNC

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:10 +01:00 committed by Jeremy Allison
parent 894d067c14
commit 2c5de98659
2 changed files with 0 additions and 2 deletions

View File

@ -32,7 +32,6 @@ static const struct werror_code_struct dos_errs[] =
{ "WERR_BADFILE", WERR_BADFILE }, { "WERR_BADFILE", WERR_BADFILE },
{ "WERR_ACCESS_DENIED", WERR_ACCESS_DENIED }, { "WERR_ACCESS_DENIED", WERR_ACCESS_DENIED },
{ "WERR_BADFID", WERR_BADFID }, { "WERR_BADFID", WERR_BADFID },
{ "WERR_BADFUNC", WERR_BADFUNC },
{ "WERR_BAD_NETPATH", WERR_BAD_NETPATH }, { "WERR_BAD_NETPATH", WERR_BAD_NETPATH },
{ "WERR_BAD_NET_RESP", WERR_BAD_NET_RESP }, { "WERR_BAD_NET_RESP", WERR_BAD_NET_RESP },
{ "WERR_UNEXP_NET_ERR", WERR_UNEXP_NET_ERR }, { "WERR_UNEXP_NET_ERR", WERR_UNEXP_NET_ERR },

View File

@ -82,7 +82,6 @@ typedef uint32_t WERROR;
/* these are win32 error codes. There are only a few places where /* these are win32 error codes. There are only a few places where
these matter for Samba, primarily in the NT printing code */ these matter for Samba, primarily in the NT printing code */
#define WERR_OK W_ERROR(0x00000000) #define WERR_OK W_ERROR(0x00000000)
#define WERR_BADFUNC W_ERROR(0x00000001)
#define WERR_BADFILE W_ERROR(0x00000002) #define WERR_BADFILE W_ERROR(0x00000002)
#define WERR_ACCESS_DENIED W_ERROR(0x00000005) #define WERR_ACCESS_DENIED W_ERROR(0x00000005)
#define WERR_BADFID W_ERROR(0x00000006) #define WERR_BADFID W_ERROR(0x00000006)