From f9609d779dcbae389386ab594605d188c6933766 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 8 Dec 2006 18:01:30 +0000 Subject: r20080: add error code that maps to NT_STATUS_INVALID_NETWORD_RESPONSE metze (This used to be commit cb5c2e9dc6838145fe9f6f2e727a1df26e688467) --- source4/libcli/util/doserr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/libcli/util/doserr.h') diff --git a/source4/libcli/util/doserr.h b/source4/libcli/util/doserr.h index 0e1bcd4499..18b66065e2 100644 --- a/source4/libcli/util/doserr.h +++ b/source4/libcli/util/doserr.h @@ -174,6 +174,7 @@ #define WERR_GENERAL_FAILURE W_ERROR(31) #define WERR_NOT_SUPPORTED W_ERROR(50) #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_PRINTQ_FULL W_ERROR(61) #define WERR_NO_SPOOL_SPACE W_ERROR(62) -- cgit