summaryrefslogtreecommitdiff
path: root/libcli/util/doserr.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-12-03 15:24:13 +0100
committerJeremy Allison <jra@samba.org>2016-09-28 00:04:18 +0200
commit4e9207c486798b820cc9ac42395a999c9fdf39d7 (patch)
tree56e46d87e838c0b12f005546edd11ae5b9215f52 /libcli/util/doserr.c
parent329c169a0933e2f4f07f167a57cc51b0c3e895e8 (diff)
downloadsamba-4e9207c486798b820cc9ac42395a999c9fdf39d7.tar.gz
werror: removed WERR_BADFID
Guenther Signed-off-by: Guenther Deschner <gd@samba.org>
Diffstat (limited to 'libcli/util/doserr.c')
-rw-r--r--libcli/util/doserr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcli/util/doserr.c b/libcli/util/doserr.c
index 72274e14083..f26ab862528 100644
--- a/libcli/util/doserr.c
+++ b/libcli/util/doserr.c
@@ -30,7 +30,6 @@ static const struct werror_code_struct dos_errs[] =
{
{ "WERR_OK", WERR_OK },
{ "WERR_ACCESS_DENIED", WERR_ACCESS_DENIED },
- { "WERR_BADFID", WERR_BADFID },
{ "WERR_BAD_NETPATH", WERR_BAD_NETPATH },
{ "WERR_BAD_NET_RESP", WERR_BAD_NET_RESP },
{ "WERR_UNEXP_NET_ERR", WERR_UNEXP_NET_ERR },