mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
werror: removed WERR_DFS_CANT_CREATE_JUNCT
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
7186ecac94
commit
7263f9ca1c
@ -68,7 +68,6 @@ static const struct werror_code_struct dos_errs[] =
|
||||
{ "WERR_MEMBER_IN_GROUP", WERR_MEMBER_IN_GROUP },
|
||||
{ "WERR_PRINTER_DRIVER_IN_USE", WERR_PRINTER_DRIVER_IN_USE },
|
||||
{ "WERR_STATUS_MORE_ENTRIES", WERR_STATUS_MORE_ENTRIES },
|
||||
{ "WERR_DFS_CANT_CREATE_JUNCT", WERR_DFS_CANT_CREATE_JUNCT },
|
||||
{ "WERR_LOGON_FAILURE", WERR_LOGON_FAILURE },
|
||||
{ "WERR_INVALID_DOMAIN_ROLE", WERR_INVALID_DOMAIN_ROLE },
|
||||
{ "WERR_UNKNOWN_REVISION", WERR_UNKNOWN_REVISION },
|
||||
|
@ -195,7 +195,6 @@ typedef uint32_t WERROR;
|
||||
#define MAX_NERR (NERR_BASE+899)
|
||||
#endif
|
||||
|
||||
#define WERR_DFS_CANT_CREATE_JUNCT W_ERROR(0x00000A6D)
|
||||
#define WERR_SETUP_ALREADY_JOINED W_ERROR(0x00000A83)
|
||||
#define WERR_SETUP_NOT_JOINED W_ERROR(0x00000A84)
|
||||
#define WERR_SETUP_DOMAIN_CONTROLLER W_ERROR(0x00000A85)
|
||||
|
Loading…
Reference in New Issue
Block a user