summaryrefslogtreecommitdiff
path: root/libcli/util/werror.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-12-03 15:24:31 +0100
committerJeremy Allison <jra@samba.org>2016-09-28 00:04:25 +0200
commite27aee8f30892aeeee5ce1d5d6adbcf55a8c2806 (patch)
tree1814ac22e50e456055e8effd299fe2daee3af943 /libcli/util/werror.h
parent93d3468090b2dca5ca2c6b0d987c4e7c147e7e7b (diff)
downloadsamba-e27aee8f30892aeeee5ce1d5d6adbcf55a8c2806.tar.gz
werror: removed WERR_SERVER_UNAVAILABLE
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcli/util/werror.h b/libcli/util/werror.h
index 865b7edc70d..cfd68703b1b 100644
--- a/libcli/util/werror.h
+++ b/libcli/util/werror.h
@@ -141,7 +141,6 @@ typedef uint32_t WERROR;
#define WERR_TIME_SKEW W_ERROR(0x00000576)
#define WERR_NO_SYSTEM_RESOURCES W_ERROR(0x000005AA)
#define WERR_EVENTLOG_FILE_CORRUPT W_ERROR(0x000005DC)
-#define WERR_SERVER_UNAVAILABLE W_ERROR(0x000006BA)
#define WERR_INVALID_USER_BUFFER W_ERROR(0x000006F8)
#define WERR_NO_TRUST_SAM_ACCOUNT W_ERROR(0x000006FB)
#define WERR_INVALID_FORM_NAME W_ERROR(0x0000076E)