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/werror.h | |
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/werror.h')
-rw-r--r-- | libcli/util/werror.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |