From: Tim Potter Date: Thu, 31 Jan 2002 11:28:02 +0000 (+0000) Subject: Added constant for WERR_FILE_EXISTS. X-Git-Tag: samba-4.0.0alpha6~801^2~15882 X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=a31cd9c13ab1704b88c0153e2df72031b5467902 Added constant for WERR_FILE_EXISTS. (This used to be commit e4c13c51fa559d24da73f57b348cfe7d711b3c7d) --- diff --git a/source3/include/doserr.h b/source3/include/doserr.h index 92b441f38fe..c1431117f08 100644 --- a/source3/include/doserr.h +++ b/source3/include/doserr.h @@ -157,6 +157,7 @@ #define WERR_INVALID_PARAM W_ERROR(87) #define WERR_NOT_SUPPORTED W_ERROR(50) #define WERR_BAD_PASSWORD W_ERROR(86) +#define WERR_FILE_EXISTS W_ERROR(80) #define WERR_NOMEM W_ERROR(8) #define WERR_INVALID_NAME W_ERROR(123) #define WERR_UNKNOWN_LEVEL W_ERROR(124)