summaryrefslogtreecommitdiff
path: root/libcli/util
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
commit00bf5323e0e7e997edec2c9b424498ad21e143aa (patch)
treef7c373f1a15e1137befa9f825dc313fa2227c279 /libcli/util
parentcbc3adffe7ffcbb8da70a81ee7f3c8afc810e9a5 (diff)
downloadsamba-00bf5323e0e7e997edec2c9b424498ad21e143aa.tar.gz
werror: removed WERR_USER_NOT_IN_GROUP (unused, already known as WERR_MEMBER_NOT_IN_GROUP)
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.c1
-rw-r--r--libcli/util/werror.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/libcli/util/doserr.c b/libcli/util/doserr.c
index 8b11b7e5eda..e560cd1edc9 100644
--- a/libcli/util/doserr.c
+++ b/libcli/util/doserr.c
@@ -75,7 +75,6 @@ static const struct werror_code_struct dos_errs[] =
{ "WERR_GROUP_EXISTS", WERR_GROUP_EXISTS },
{ "WERR_NO_SUCH_GROUP", WERR_NO_SUCH_GROUP },
{ "WERR_MEMBER_IN_GROUP", WERR_MEMBER_IN_GROUP },
- { "WERR_USER_NOT_IN_GROUP", WERR_USER_NOT_IN_GROUP },
{ "WERR_PRINTER_DRIVER_IN_USE", WERR_PRINTER_DRIVER_IN_USE },
{ "WERR_STATUS_MORE_ENTRIES", WERR_STATUS_MORE_ENTRIES },
{ "WERR_NET_NAME_NOT_FOUND", WERR_NET_NAME_NOT_FOUND },
diff --git a/libcli/util/werror.h b/libcli/util/werror.h
index 7e08151325d..50740d36d69 100644
--- a/libcli/util/werror.h
+++ b/libcli/util/werror.h
@@ -127,7 +127,6 @@ typedef uint32_t WERROR;
#define WERR_GROUP_EXISTS W_ERROR(0x00000526)
#define WERR_NO_SUCH_GROUP W_ERROR(0x00000527)
#define WERR_MEMBER_IN_GROUP W_ERROR(0x00000528)
-#define WERR_USER_NOT_IN_GROUP W_ERROR(0x00000529)
#define WERR_WRONG_PASSWORD W_ERROR(0x0000052B)
#define WERR_PASSWORD_RESTRICTION W_ERROR(0x0000052D)
#define WERR_LOGON_FAILURE W_ERROR(0x0000052E)