From b0e342e389d19377ad6c1b4236e60306d662ddab Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 10 Oct 2005 11:21:02 +0000 Subject: r10867: add WERR_UNKNOWN_REVISION errorcode metze (This used to be commit b436206c498ea166b8b9fa47638d5f8f6f4752bf) --- source4/include/doserr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/include/doserr.h') diff --git a/source4/include/doserr.h b/source4/include/doserr.h index 410ba89cea..8fe5f2cf6c 100644 --- a/source4/include/doserr.h +++ b/source4/include/doserr.h @@ -188,6 +188,7 @@ #define WERR_MORE_DATA W_ERROR(234) #define WERR_CAN_NOT_COMPLETE W_ERROR(1003) #define WERR_INVALID_DOMAINNAME W_ERROR(1212) +#define WERR_UNKNOWN_REVISION W_ERROR(1305) #define WERR_REVISION_MISMATCH W_ERROR(1306) #define WERR_INVALID_OWNER W_ERROR(1307) #define WERR_NO_SUCH_USER W_ERROR(1317) -- cgit