summaryrefslogtreecommitdiff
path: root/libcli
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-12-03 15:24:40 +0100
committerJeremy Allison <jra@samba.org>2016-09-28 00:04:33 +0200
commit21a343121ac6dad7061876005092148cfb1841a1 (patch)
treeb8ca442410c8803a20a0eb682c2fdfcbd935ee5e /libcli
parent0dee591174f0ed076980e59d0a3fe28128dd2530 (diff)
downloadsamba-21a343121ac6dad7061876005092148cfb1841a1.tar.gz
werror: removed WERR_FRS_SYSVOL_IS_BUSY (unused, already known as WERR_FRS_ERR_SYSVOL_IS_BUSY)
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'libcli')
-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 24839892430..c767cda412a 100644
--- a/libcli/util/doserr.c
+++ b/libcli/util/doserr.c
@@ -244,7 +244,6 @@ static const struct werror_code_struct dos_errs[] =
{ "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_FRS_SYSVOL_IS_BUSY", WERR_FRS_SYSVOL_IS_BUSY },
{ "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 29bdf7dace2..c38846cb39b 100644
--- a/libcli/util/werror.h
+++ b/libcli/util/werror.h
@@ -197,7 +197,6 @@ typedef uint32_t WERROR;
/* FRS errors */
-#define WERR_FRS_SYSVOL_IS_BUSY W_ERROR(0x00001F4F)
#define WERR_FRS_INVALID_SERVICE_PARAMETER W_ERROR(0x00001F51)
/* RPC/COM/OLE HRESULT error codes */