diff options
author | Tim Potter <tpot@samba.org> | 2002-01-31 11:28:02 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-01-31 11:28:02 +0000 |
commit | a31cd9c13ab1704b88c0153e2df72031b5467902 (patch) | |
tree | 3c82bb8fecae864d411dac176b139c7a99abafde | |
parent | b48750fba603f9e04b08e346744bcc9c6a49a1af (diff) | |
download | samba-a31cd9c13ab1704b88c0153e2df72031b5467902.tar.gz samba-a31cd9c13ab1704b88c0153e2df72031b5467902.tar.bz2 samba-a31cd9c13ab1704b88c0153e2df72031b5467902.zip |
Added constant for WERR_FILE_EXISTS.
(This used to be commit e4c13c51fa559d24da73f57b348cfe7d711b3c7d)
-rw-r--r-- | source3/include/doserr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/doserr.h b/source3/include/doserr.h index 92b441f38f..c1431117f0 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) |