diff options
author | Günther Deschner <gd@samba.org> | 2008-08-01 17:22:00 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-08-11 19:04:00 +0200 |
commit | 050db35262e8fb8d475e0b193c6a8c12f517307b (patch) | |
tree | 699d2545839e577ee04378800312bc9f641be33e /source3/include | |
parent | e480162e5b44cd9705b05a0bf9d64894309a7ae4 (diff) | |
download | samba-050db35262e8fb8d475e0b193c6a8c12f517307b.tar.gz samba-050db35262e8fb8d475e0b193c6a8c12f517307b.tar.bz2 samba-050db35262e8fb8d475e0b193c6a8c12f517307b.zip |
doserr: add WERR_MEMBER_IN_ALIAS.
Guenther
(This used to be commit b62de0d1944de3dba55e182e0d8eb7c6ca5ec045)
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 c455f7a3c9..9dd20e87e7 100644 --- a/source3/include/doserr.h +++ b/source3/include/doserr.h @@ -222,6 +222,7 @@ #define WERR_INVALID_DOMAIN_STATE W_ERROR(1353) #define WERR_INVALID_DOMAIN_ROLE W_ERROR(1354) #define WERR_SPECIAL_ACCOUNT W_ERROR(1371) +#define WERR_MEMBER_IN_ALIAS W_ERROR(1378) #define WERR_ALIAS_EXISTS W_ERROR(1379) #define WERR_TIME_SKEW W_ERROR(1398) #define WERR_EVENTLOG_FILE_CORRUPT W_ERROR(1500) |