From 5dfd783136f930f0c014a6b79e05654f457ca954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Deschner?= Date: Sat, 12 Dec 2015 00:16:05 +0100 Subject: [PATCH] werror: removed WERR_RPC_E_REMOTE_DISABLED (replaced with HRES_RPC_E_REMOTE_DISABLED) 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 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