werror: removed WERR_SHUTDOWN_ALREADY_IN_PROGRESS (unused, already known as WERR_SHUT...
authorGünther Deschner <gd@samba.org>
Thu, 3 Dec 2015 14:24:43 +0000 (15:24 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 27 Sep 2016 22:04:35 +0000 (00:04 +0200)
Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
libcli/util/doserr.c
libcli/util/werror.h

index 447df2ed9b0be0398979d28b649f6a809ceb33f1..6efe43d88c6e3eba7abee5ab026659ac5863c06e 100644 (file)
@@ -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 },
index d053b5ffd841c36184ddde2f6af12da320fcf597..d4c6805160fe2771b107b252e3d6272d50c6d521 100644 (file)
@@ -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 */