summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-12-03 15:24:37 +0100
committerJeremy Allison <jra@samba.org>2016-09-28 00:04:30 +0200
commit318dbc4f534a6afc1dae552e8883ff6d9af64242 (patch)
treedce018b82e3c69daa841ff2b107824eb4e678589
parent43cdc9de43c53e366913ac877125e70f62d9c233 (diff)
downloadsamba-318dbc4f534a6afc1dae552e8883ff6d9af64242.tar.gz
werror: removed WERR_DFS_NO_SUCH_SHARE
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
-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 db4cd2c5a41..08763194c2b 100644
--- a/libcli/util/doserr.c
+++ b/libcli/util/doserr.c
@@ -68,7 +68,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_DFS_NO_SUCH_SHARE", WERR_DFS_NO_SUCH_SHARE },
{ "WERR_DFS_NO_SUCH_SERVER", WERR_DFS_NO_SUCH_SERVER },
{ "WERR_DFS_INTERNAL_ERROR", WERR_DFS_INTERNAL_ERROR },
{ "WERR_DFS_CANT_CREATE_JUNCT", WERR_DFS_CANT_CREATE_JUNCT },
diff --git a/libcli/util/werror.h b/libcli/util/werror.h
index d0aad59bfa9..c9825fb2b49 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_DFS_NO_SUCH_SHARE W_ERROR(0x00000A69)
#define WERR_DFS_NO_SUCH_SERVER W_ERROR(0x00000A71)
#define WERR_DFS_INTERNAL_ERROR W_ERROR(0x00000A82)
#define WERR_DFS_CANT_CREATE_JUNCT W_ERROR(0x00000A6D)