diff options
author | Günther Deschner <gd@samba.org> | 2008-04-16 02:37:27 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-04-16 02:37:27 +0200 |
commit | c1d4243c5a02dad3159c494697dea9154a6ea199 (patch) | |
tree | 5d1140027f6924094c11da4b6fea024d9ce774a8 /source3/include | |
parent | 44912a9fb9e2cf96b0117790fb6d5e4e7c6eca45 (diff) | |
download | samba-c1d4243c5a02dad3159c494697dea9154a6ea199.tar.gz samba-c1d4243c5a02dad3159c494697dea9154a6ea199.tar.bz2 samba-c1d4243c5a02dad3159c494697dea9154a6ea199.zip |
errors: Add WERR_NO_SUCH_USER.
Guenther
(This used to be commit 82803186febfe6a55c1a598073657c2c4a513000)
Diffstat (limited to 'source3/include')
-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 a99475a4e7..65892d3abd 100644 --- a/source3/include/doserr.h +++ b/source3/include/doserr.h @@ -207,6 +207,7 @@ #define WERR_NO_LOGON_SERVERS W_ERROR(1311) #define WERR_NO_SUCH_LOGON_SESSION W_ERROR(1312) #define WERR_USER_ALREADY_EXISTS W_ERROR(1316) +#define WERR_NO_SUCH_USER W_ERROR(1317) #define WERR_PASSWORD_RESTRICTION W_ERROR(1325) #define WERR_LOGON_FAILURE W_ERROR(1326) #define WERR_NO_SUCH_DOMAIN W_ERROR(1355) |