diff options
author | Günther Deschner <gd@samba.org> | 2015-12-03 15:24:43 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2016-09-28 00:04:35 +0200 |
commit | 68368c69f80fe18a94104bd1a54ab32bab952e75 (patch) | |
tree | 590425c082ffa2d1ea39494f92f005dcea3f4fee /libcli/util | |
parent | d60f3f0554068154c5b8ee8e6597d6555a482a92 (diff) | |
download | samba-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')
-rw-r--r-- | libcli/util/doserr.c | 1 | ||||
-rw-r--r-- | libcli/util/werror.h | 1 |
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 */ |