summaryrefslogtreecommitdiff
path: root/libcli
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-12-03 15:24:35 +0100
committerJeremy Allison <jra@samba.org>2016-09-28 00:04:27 +0200
commit5f31152616a9875c50948b7a9c87ba8ca91e7622 (patch)
treed67ee27bd777446aa2f09d71fc6a3c1ebb7b6a46 /libcli
parent9711b740c36396e186e087daf570a149e0dd7a8a (diff)
downloadsamba-5f31152616a9875c50948b7a9c87ba8ca91e7622.tar.gz
werror: removed WERR_NET_NAME_NOT_FOUND
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'libcli')
-rw-r--r--libcli/util/doserr.c1
-rw-r--r--libcli/util/werror.h1
2 files changed, 0 insertions, 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)