summaryrefslogtreecommitdiff
path: root/source3/include/doserr.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-12 10:12:01 +0200
committerGünther Deschner <gd@samba.org>2008-09-12 14:10:26 +0200
commit893f78731412f2bf79a507e6ebdcbafbdeacb74d (patch)
tree32854aa14ba5856f8ac8358920e022b1d724a232 /source3/include/doserr.h
parent3f41545b61723f076c41e446cfec90fd08bd16ae (diff)
downloadsamba-893f78731412f2bf79a507e6ebdcbafbdeacb74d.tar.gz
samba-893f78731412f2bf79a507e6ebdcbafbdeacb74d.tar.bz2
samba-893f78731412f2bf79a507e6ebdcbafbdeacb74d.zip
doserr: add WERR_NO_SUCH_ALIAS.
Guenther (This used to be commit e065802a61f22e9fdcd4b911805c42c46a79b3f2)
Diffstat (limited to 'source3/include/doserr.h')
-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 c901df28e4..5d3b866d01 100644
--- a/source3/include/doserr.h
+++ b/source3/include/doserr.h
@@ -223,6 +223,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_NO_SUCH_ALIAS W_ERROR(1376)
#define WERR_MEMBER_IN_ALIAS W_ERROR(1378)
#define WERR_ALIAS_EXISTS W_ERROR(1379)
#define WERR_TIME_SKEW W_ERROR(1398)