1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-22 16:23:49 +03:00

r20080: add error code that maps to NT_STATUS_INVALID_NETWORD_RESPONSE

metze
This commit is contained in:
Stefan Metzmacher
2006-12-08 18:01:30 +00:00
committed by Gerald (Jerry) Carter
parent 527bd9a0a3
commit cb5c2e9dc6
2 changed files with 2 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ static const struct werror_code_struct dos_errs[] =
{ "WERR_BADFID", WERR_BADFID }, { "WERR_BADFID", WERR_BADFID },
{ "WERR_BADFUNC", WERR_BADFUNC }, { "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_UNEXP_NET_ERR", WERR_UNEXP_NET_ERR }, { "WERR_UNEXP_NET_ERR", WERR_UNEXP_NET_ERR },
{ "WERR_INSUFFICIENT_BUFFER", WERR_INSUFFICIENT_BUFFER }, { "WERR_INSUFFICIENT_BUFFER", WERR_INSUFFICIENT_BUFFER },
{ "WERR_NO_SUCH_SHARE", WERR_NO_SUCH_SHARE }, { "WERR_NO_SUCH_SHARE", WERR_NO_SUCH_SHARE },

View File

@@ -174,6 +174,7 @@
#define WERR_GENERAL_FAILURE W_ERROR(31) #define WERR_GENERAL_FAILURE W_ERROR(31)
#define WERR_NOT_SUPPORTED W_ERROR(50) #define WERR_NOT_SUPPORTED W_ERROR(50)
#define WERR_BAD_NETPATH W_ERROR(53) #define WERR_BAD_NETPATH W_ERROR(53)
#define WERR_BAD_NET_RESP W_ERROR(58)
#define WERR_UNEXP_NET_ERR W_ERROR(59) #define WERR_UNEXP_NET_ERR W_ERROR(59)
#define WERR_PRINTQ_FULL W_ERROR(61) #define WERR_PRINTQ_FULL W_ERROR(61)
#define WERR_NO_SPOOL_SPACE W_ERROR(62) #define WERR_NO_SPOOL_SPACE W_ERROR(62)