summaryrefslogtreecommitdiff
path: root/libcli/util/werror.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-12-03 15:24:39 +0100
committerJeremy Allison <jra@samba.org>2016-09-28 00:04:32 +0200
commitbe7a2a89aea1bf0bc7fbaa40d582b1c15770e433 (patch)
tree0b5e831a92ebdd77e614640c89e660dd35b92bf7 /libcli/util/werror.h
parenta8f9e8d44ea68db9e046675cdeb9bd444ad6b0cf (diff)
downloadsamba-be7a2a89aea1bf0bc7fbaa40d582b1c15770e433.tar.gz
werror: removed WERR_SETUP_NOT_JOINED
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 f4755a72f9a..8b13f2347b8 100644
--- a/libcli/util/werror.h
+++ b/libcli/util/werror.h
@@ -195,7 +195,6 @@ typedef uint32_t WERROR;
#define MAX_NERR (NERR_BASE+899)
#endif
-#define WERR_SETUP_NOT_JOINED W_ERROR(0x00000A84)
#define WERR_SETUP_DOMAIN_CONTROLLER W_ERROR(0x00000A85)
#define WERR_DEFAULT_JOIN_REQUIRED W_ERROR(0x00000A86)