From: Günther Deschner Date: Thu, 3 Dec 2015 14:24:35 +0000 (+0100) Subject: werror: removed WERR_DEVICE_NOT_SHARED X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=6d2065dee0ad33ef7b04ef12a0cc8ffe897a1cb7 werror: removed WERR_DEVICE_NOT_SHARED Guenther Signed-off-by: Guenther Deschner Reviewed-by: Jeremy Allison --- diff --git a/libcli/util/doserr.c b/libcli/util/doserr.c index e2e86311b78d..963421d454b3 100644 --- a/libcli/util/doserr.c +++ b/libcli/util/doserr.c @@ -70,7 +70,6 @@ static const struct werror_code_struct dos_errs[] = { "WERR_MEMBER_IN_GROUP", WERR_MEMBER_IN_GROUP }, { "WERR_PRINTER_DRIVER_IN_USE", WERR_PRINTER_DRIVER_IN_USE }, { "WERR_STATUS_MORE_ENTRIES", WERR_STATUS_MORE_ENTRIES }, - { "WERR_DEVICE_NOT_SHARED", WERR_DEVICE_NOT_SHARED }, { "WERR_DFS_NO_SUCH_VOL", WERR_DFS_NO_SUCH_VOL }, { "WERR_DFS_NO_SUCH_SHARE", WERR_DFS_NO_SUCH_SHARE }, { "WERR_DFS_NO_SUCH_SERVER", WERR_DFS_NO_SUCH_SERVER }, diff --git a/libcli/util/werror.h b/libcli/util/werror.h index d21b7a9850b6..86e5c2ce4221 100644 --- a/libcli/util/werror.h +++ b/libcli/util/werror.h @@ -195,7 +195,6 @@ typedef uint32_t WERROR; #define MAX_NERR (NERR_BASE+899) #endif -#define WERR_DEVICE_NOT_SHARED W_ERROR(0x00000907) #define WERR_FID_NOT_FOUND W_ERROR(0x0000090A) #define WERR_NOT_LOCAL_DOMAIN W_ERROR(0x00000910) #define WERR_DCNOTFOUND W_ERROR(0x00000995)