summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-08-01 17:22:00 +0200
committerGünther Deschner <gd@samba.org>2008-08-11 19:04:00 +0200
commit050db35262e8fb8d475e0b193c6a8c12f517307b (patch)
tree699d2545839e577ee04378800312bc9f641be33e /source3/include
parente480162e5b44cd9705b05a0bf9d64894309a7ae4 (diff)
downloadsamba-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.h1
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)