From 1890e6a6593d3ddb6bcbda8446e02169e97e9030 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 15 Oct 2004 11:08:14 +0000 Subject: r2992: drsuapi uses WERROR not NTSTATUS metze (This used to be commit 757f67c08b0b1309d8a0b900539111c7bc430b0e) --- source4/include/doserr.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/include') diff --git a/source4/include/doserr.h b/source4/include/doserr.h index e3582889d8..ffaad7f936 100644 --- a/source4/include/doserr.h +++ b/source4/include/doserr.h @@ -231,6 +231,9 @@ #define WERR_DFS_INTERNAL_ERROR W_ERROR(NERR_BASE+590) #define WERR_DFS_CANT_CREATE_JUNCT W_ERROR(NERR_BASE+569) +/* DS errors */ +#define WERR_DS_OBJ_NOT_FOUND W_ERROR(0x0000208d) + #define WERR_FOOBAR WERR_GENERAL_FAILURE -- cgit