summaryrefslogtreecommitdiff
path: root/libcli/util/doserr.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-12-03 15:24:43 +0100
committerJeremy Allison <jra@samba.org>2016-09-28 00:04:35 +0200
commit68368c69f80fe18a94104bd1a54ab32bab952e75 (patch)
tree590425c082ffa2d1ea39494f92f005dcea3f4fee /libcli/util/doserr.c
parentd60f3f0554068154c5b8ee8e6597d6555a482a92 (diff)
downloadsamba-68368c69f80fe18a94104bd1a54ab32bab952e75.tar.gz
werror: removed WERR_SHUTDOWN_ALREADY_IN_PROGRESS (unused, already known as WERR_SHUTDOWN_IN_PROGRESS)
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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcli/util/doserr.c b/libcli/util/doserr.c
index 447df2ed9b0..6efe43d88c6 100644
--- a/libcli/util/doserr.c
+++ b/libcli/util/doserr.c
@@ -237,7 +237,6 @@ static const struct werror_code_struct dos_errs[] =
{ "WERR_NO_TRUST_SAM_ACCOUNT", WERR_NO_TRUST_SAM_ACCOUNT },
{ "WERR_INVALID_PRINTER_COMMAND", WERR_INVALID_PRINTER_COMMAND },
{ "WERR_NO_SHUTDOWN_IN_PROGRESS", WERR_NO_SHUTDOWN_IN_PROGRESS },
- { "WERR_SHUTDOWN_ALREADY_IN_PROGRESS", WERR_SHUTDOWN_ALREADY_IN_PROGRESS },
{ "WERR_SEC_E_ENCRYPT_FAILURE", WERR_SEC_E_ENCRYPT_FAILURE },
{ "WERR_SEC_E_DECRYPT_FAILURE", WERR_SEC_E_DECRYPT_FAILURE },
{ "WERR_SEC_E_ALGORITHM_MISMATCH", WERR_SEC_E_ALGORITHM_MISMATCH },