mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
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>
This commit is contained in:
parent
cbc3adffe7
commit
00bf5323e0
@ -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 },
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user