summaryrefslogtreecommitdiff
path: root/source3/include/doserr.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-04-14 15:48:23 +0200
committerGünther Deschner <gd@samba.org>2008-04-14 15:48:23 +0200
commit202e8cc57efc1f69f0d6dd57a6e9bc38ea8e4afd (patch)
tree22b21cadccc80515dbc160e0635a84b22526e004 /source3/include/doserr.h
parentfffb304fecdd26fd4410fc077afd43ff927407e8 (diff)
downloadsamba-202e8cc57efc1f69f0d6dd57a6e9bc38ea8e4afd.tar.gz
samba-202e8cc57efc1f69f0d6dd57a6e9bc38ea8e4afd.tar.bz2
samba-202e8cc57efc1f69f0d6dd57a6e9bc38ea8e4afd.zip
doserr: Add WERR_INVALID_DOMAIN_STATE and WERR_INVALID_DOMAIN_ROLE.
Guenther (This used to be commit 91a55fc27dc100cf193cfa2613771312f018449e)
Diffstat (limited to 'source3/include/doserr.h')
-rw-r--r--source3/include/doserr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/doserr.h b/source3/include/doserr.h
index 1d1cc49051..684f17298f 100644
--- a/source3/include/doserr.h
+++ b/source3/include/doserr.h
@@ -211,6 +211,8 @@
#define WERR_LOGON_FAILURE W_ERROR(1326)
#define WERR_NO_SUCH_DOMAIN W_ERROR(1355)
#define WERR_INVALID_SECURITY_DESCRIPTOR W_ERROR(1338)
+#define WERR_INVALID_DOMAIN_STATE W_ERROR(1353)
+#define WERR_INVALID_DOMAIN_ROLE W_ERROR(1354)
#define WERR_TIME_SKEW W_ERROR(1398)
#define WERR_EVENTLOG_FILE_CORRUPT W_ERROR(1500)
#define WERR_SERVER_UNAVAILABLE W_ERROR(1722)