diff options
author | Günther Deschner <gd@samba.org> | 2015-12-09 15:58:03 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2016-09-28 00:04:35 +0200 |
commit | 5ad3a95f46381a1b02f1d6cd42b298f86d7ff685 (patch) | |
tree | ff72a39089611a9095a7ea7d06725647eb743607 /libcli/util | |
parent | d013dc4af166a597ab23ceb8b944524709c694d3 (diff) | |
download | samba-5ad3a95f46381a1b02f1d6cd42b298f86d7ff685.tar.gz |
werror: removed WERR_SEC_E_ALGORITHM_MISMATCH (unused, already known as HRES_SEC_E_ALGORITHM_MISMATCH)
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.c | 1 | ||||
-rw-r--r-- | libcli/util/werror.h | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/libcli/util/doserr.c b/libcli/util/doserr.c index 7d03ea5e017..2affb05deb5 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_SEC_E_ALGORITHM_MISMATCH", WERR_SEC_E_ALGORITHM_MISMATCH }, { "WERR_RPC_E_REMOTE_DISABLED", WERR_RPC_E_REMOTE_DISABLED }, /***************************************************************************** Auto-generated Win32 error from: diff --git a/libcli/util/werror.h b/libcli/util/werror.h index f0add35d70d..2fff6f41d3f 100644 --- a/libcli/util/werror.h +++ b/libcli/util/werror.h @@ -106,9 +106,6 @@ typedef uint32_t WERROR; #define WERR_RPC_E_INVALID_HEADER W_ERROR(0x80010111) #define WERR_RPC_E_REMOTE_DISABLED W_ERROR(0x8001011c) -/* SEC errors */ -#define WERR_SEC_E_ALGORITHM_MISMATCH W_ERROR(0x80090331) - /* Generic error code aliases */ #define WERR_FOOBAR WERR_GEN_FAILURE |