summaryrefslogtreecommitdiff
path: root/libcli/util
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-12-12 00:16:05 +0100
committerJeremy Allison <jra@samba.org>2016-09-28 00:04:36 +0200
commit5dfd783136f930f0c014a6b79e05654f457ca954 (patch)
tree5b9e0bde2b1b2c4b4d3b96c16449fbe63ee526e7 /libcli/util
parent3487d6d78ff3bd469ff2069f2f4a18031ea4262f (diff)
downloadsamba-5dfd783136f930f0c014a6b79e05654f457ca954.tar.gz
werror: removed WERR_RPC_E_REMOTE_DISABLED (replaced with HRES_RPC_E_REMOTE_DISABLED)
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 2affb05deb5..e2f3b40f27d 100644
--- a/libcli/util/doserr.c
+++ b/libcli/util/doserr.c
@@ -125,7 +125,6 @@ static const struct werror_code_struct dos_errs[] =
{ "WERR_DNS_ERROR_DP_ALREADY_ENLISTED", WERR_DNS_ERROR_DP_ALREADY_ENLISTED },
{ "WERR_DNS_ERROR_DP_NOT_AVAILABLE", WERR_DNS_ERROR_DP_NOT_AVAILABLE },
{ "WERR_DNS_ERROR_DP_FSMO_ERROR", WERR_DNS_ERROR_DP_FSMO_ERROR },
- { "WERR_RPC_E_REMOTE_DISABLED", WERR_RPC_E_REMOTE_DISABLED },
/*****************************************************************************
Auto-generated Win32 error from:
http://msdn.microsoft.com/en-us/library/cc231199%28PROT.10%29.aspx
diff --git a/libcli/util/werror.h b/libcli/util/werror.h
index 2fff6f41d3f..49f9746b07a 100644
--- a/libcli/util/werror.h
+++ b/libcli/util/werror.h
@@ -104,7 +104,6 @@ typedef uint32_t WERROR;
/* RPC/COM/OLE HRESULT error codes */
/* RPC errors */
#define WERR_RPC_E_INVALID_HEADER W_ERROR(0x80010111)
-#define WERR_RPC_E_REMOTE_DISABLED W_ERROR(0x8001011c)
/* Generic error code aliases */
#define WERR_FOOBAR WERR_GEN_FAILURE