From 7ac62a7b133cac8915fe10272c1045d7aa4dc7fa Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 31 Dec 2004 07:21:31 +0000 Subject: r4435: add another error code metze (This used to be commit 02861f63052c48fc85c6694ad8164cc6cc5443d4) --- source4/include/doserr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/include') diff --git a/source4/include/doserr.h b/source4/include/doserr.h index 1d4f7208d1..06e0986445 100644 --- a/source4/include/doserr.h +++ b/source4/include/doserr.h @@ -227,6 +227,7 @@ #endif #define WERR_NET_NAME_NOT_FOUND W_ERROR(NERR_BASE+210) +#define WERR_DEVICE_NOT_SHARED W_ERROR(NERR_BASE+211) /* DFS errors */ #define WERR_DFS_NO_SUCH_VOL W_ERROR(NERR_BASE+562) -- cgit