summaryrefslogtreecommitdiff
path: root/libcli/util/doserr.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-12-03 15:24:28 +0100
committerJeremy Allison <jra@samba.org>2016-09-28 00:04:23 +0200
commit643f905891cd44e7f45ba9c48ab9c61f7ea134d8 (patch)
tree5b969690508d740ec763396a6324e069237cad61 /libcli/util/doserr.c
parent37853aef42779c5aaa9aa2015bff0eb62ec2840c (diff)
downloadsamba-643f905891cd44e7f45ba9c48ab9c61f7ea134d8.tar.gz
werror: removed WERR_INVALID_PARAM
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'libcli/util/doserr.c')
-rw-r--r--libcli/util/doserr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libcli/util/doserr.c b/libcli/util/doserr.c
index 9823417be15..cb85c980e3c 100644
--- a/libcli/util/doserr.c
+++ b/libcli/util/doserr.c
@@ -36,7 +36,6 @@ static const struct werror_code_struct dos_errs[] =
{ "WERR_INSUFFICIENT_BUFFER", WERR_INSUFFICIENT_BUFFER },
{ "WERR_SEM_TIMEOUT", WERR_SEM_TIMEOUT },
{ "WERR_FILE_EXISTS", WERR_FILE_EXISTS },
- { "WERR_INVALID_PARAM", WERR_INVALID_PARAM },
{ "WERR_NOT_SUPPORTED", WERR_NOT_SUPPORTED },
{ "WERR_DUP_NAME", WERR_DUP_NAME },
{ "WERR_INVALID_NAME", WERR_INVALID_NAME },
@@ -2700,7 +2699,6 @@ struct werror_str_struct {
const struct werror_str_struct dos_err_strs[] = {
{ WERR_OK, "Success" },
{ WERR_ACCESS_DENIED, "Access is denied" },
- { WERR_INVALID_PARAM, "Invalid parameter" },
{ WERR_NOT_SUPPORTED, "Not supported" },
{ WERR_NO_LOGON_SERVERS, "No logon servers found" },
{ WERR_NO_SUCH_LOGON_SESSION, "No such logon session" },