diff options
author | Günther Deschner <gd@samba.org> | 2015-12-03 15:24:41 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2016-09-28 00:04:34 +0200 |
commit | bf03690ca6ba02811ec737546a38f9c2c55bc33c (patch) | |
tree | a7c5affa0d921096d0e45c3cc2bfd0ccf0ec6ff7 /libcli/util | |
parent | 0bba91c7a782ab57420bf045ac43ee0afe6333b6 (diff) | |
download | samba-bf03690ca6ba02811ec737546a38f9c2c55bc33c.tar.gz |
werror: removed WERR_FRS_INVALID_SERVICE_PARAMETER
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 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/libcli/util/doserr.c b/libcli/util/doserr.c index c767cda412a..447df2ed9b0 100644 --- a/libcli/util/doserr.c +++ b/libcli/util/doserr.c @@ -243,7 +243,6 @@ static const struct werror_code_struct dos_errs[] = { "WERR_SEC_E_ALGORITHM_MISMATCH", WERR_SEC_E_ALGORITHM_MISMATCH }, { "WERR_NOT_AUTHENTICATED", WERR_NOT_AUTHENTICATED }, { "WERR_CALL_NOT_IMPLEMENTED", WERR_CALL_NOT_IMPLEMENTED }, - { "WERR_FRS_INVALID_SERVICE_PARAMETER", WERR_FRS_INVALID_SERVICE_PARAMETER }, { "WERR_RPC_E_REMOTE_DISABLED", WERR_RPC_E_REMOTE_DISABLED }, { "WERR_NONE_MAPPED", WERR_NONE_MAPPED }, { "WERR_INVALID_DOMAIN_STATE", WERR_INVALID_DOMAIN_STATE }, diff --git a/libcli/util/werror.h b/libcli/util/werror.h index c38846cb39b..83ca1208a68 100644 --- a/libcli/util/werror.h +++ b/libcli/util/werror.h @@ -197,7 +197,6 @@ typedef uint32_t WERROR; /* FRS errors */ -#define WERR_FRS_INVALID_SERVICE_PARAMETER W_ERROR(0x00001F51) /* RPC/COM/OLE HRESULT error codes */ /* RPC errors */ |