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
commit0dee591174f0ed076980e59d0a3fe28128dd2530 (patch)
treef2185ac49b7e51c47ec308650f3b5fe90f67ed73 /libcli
parent9ec24a0e0cacfd8853f2a7e0bfb91d39b3b81011 (diff)
downloadsamba-0dee591174f0ed076980e59d0a3fe28128dd2530.tar.gz
werror: removed WERR_FRS_INSUFFICIENT_PRIV (unused, already known as WERR_FRS_ERR_INSUFFICIENT_PRIV)
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 fc7796eca10..24839892430 100644
--- a/libcli/util/doserr.c
+++ b/libcli/util/doserr.c
@@ -245,7 +245,6 @@ static const struct werror_code_struct dos_errs[] =
{ "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_FRS_INSUFFICIENT_PRIV", WERR_FRS_INSUFFICIENT_PRIV },
{ "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 de867dcd4a1..29bdf7dace2 100644
--- a/libcli/util/werror.h
+++ b/libcli/util/werror.h
@@ -197,7 +197,6 @@ typedef uint32_t WERROR;
/* FRS errors */
-#define WERR_FRS_INSUFFICIENT_PRIV W_ERROR(0x00001F47)
#define WERR_FRS_SYSVOL_IS_BUSY W_ERROR(0x00001F4F)
#define WERR_FRS_INVALID_SERVICE_PARAMETER W_ERROR(0x00001F51)