From 202e8cc57efc1f69f0d6dd57a6e9bc38ea8e4afd Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 14 Apr 2008 15:48:23 +0200 Subject: doserr: Add WERR_INVALID_DOMAIN_STATE and WERR_INVALID_DOMAIN_ROLE. Guenther (This used to be commit 91a55fc27dc100cf193cfa2613771312f018449e) --- source3/include/doserr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include/doserr.h') 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) -- cgit