From 5f31152616a9875c50948b7a9c87ba8ca91e7622 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Thu, 3 Dec 2015 15:24:35 +0100 Subject: [PATCH] werror: removed WERR_NET_NAME_NOT_FOUND Guenther Signed-off-by: Guenther Deschner Reviewed-by: Jeremy Allison --- libcli/util/doserr.c | 1 - libcli/util/werror.h | 1 - 2 files changed, 2 deletions(-) diff --git a/libcli/util/doserr.c b/libcli/util/doserr.c index 06f436214c9..e2e86311b78 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_NET_NAME_NOT_FOUND", WERR_NET_NAME_NOT_FOUND }, { "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 }, diff --git a/libcli/util/werror.h b/libcli/util/werror.h index 3a908f85639..14d85ac7e12 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_NET_NAME_NOT_FOUND W_ERROR(0x00000906) #define WERR_SESSION_NOT_FOUND W_ERROR(0x00000908) #define WERR_DEVICE_NOT_SHARED W_ERROR(0x00000907) #define WERR_FID_NOT_FOUND W_ERROR(0x0000090A) -- 2.34.1