diff options
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/doserr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/include/doserr.h b/source4/include/doserr.h index 576aeda2bf..114366ff6e 100644 --- a/source4/include/doserr.h +++ b/source4/include/doserr.h @@ -170,6 +170,7 @@ #define WERR_NOMEM W_ERROR(8) #define WERR_GENERAL_FAILURE W_ERROR(31) #define WERR_NOT_SUPPORTED W_ERROR(50) +#define WERR_BAD_NETPATH W_ERROR(53) #define WERR_PRINTQ_FULL W_ERROR(61) #define WERR_NO_SPOOL_SPACE W_ERROR(62) #define WERR_NO_SUCH_SHARE W_ERROR(67) |