mirror of
https://github.com/samba-team/samba.git
synced 2024-12-31 17:18:04 +03:00
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>
This commit is contained in:
parent
d60f3f0554
commit
68368c69f8
@ -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 },
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user