summaryrefslogtreecommitdiff
path: root/libcli/util
diff options
context:
space:
mode:
Diffstat (limited to 'libcli/util')
-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 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 },
diff --git a/libcli/util/werror.h b/libcli/util/werror.h
index d053b5ffd84..d4c6805160f 100644
--- a/libcli/util/werror.h
+++ b/libcli/util/werror.h
@@ -176,7 +176,6 @@ typedef uint32_t WERROR;
#define WERR_PRINTER_HAS_JOBS_QUEUED W_ERROR(0x00000BC1)
#define WERR_NO_SHUTDOWN_IN_PROGRESS W_ERROR(0x0000045c)
-#define WERR_SHUTDOWN_ALREADY_IN_PROGRESS W_ERROR(0x0000045b)
/* Configuration Manager Errors */
/* Basically Win32 errors meanings are specific to the \ntsvcs pipe */