summaryrefslogtreecommitdiff
path: root/libcli/util
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:28 +0200
commit6d2065dee0ad33ef7b04ef12a0cc8ffe897a1cb7 (patch)
treead88eb2876c2539b48f1157892c2b88becd54a1e /libcli/util
parentd8d8b5dceb61e090f069f4fff536c82b2da19fed (diff)
downloadsamba-6d2065dee0ad33ef7b04ef12a0cc8ffe897a1cb7.tar.gz
werror: removed WERR_DEVICE_NOT_SHARED
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'libcli/util')
-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 e2e86311b78..963421d454b 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 d21b7a9850b..86e5c2ce422 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)