mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
werror: removed WERR_TIME_DIFF_AT_DC (unused, already known as WERR_NERR_TIMEDIFFATDC)
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
d5cef966ce
commit
de8e685f3f
@ -54,7 +54,6 @@ static const struct werror_code_struct dos_errs[] =
|
||||
{ "WERR_INVALID_FORM_NAME", WERR_INVALID_FORM_NAME },
|
||||
{ "WERR_INVALID_FORM_SIZE", WERR_INVALID_FORM_SIZE },
|
||||
{ "WERR_DOMAIN_CONTROLLER_NOT_FOUND", WERR_DOMAIN_CONTROLLER_NOT_FOUND },
|
||||
{ "WERR_TIME_DIFF_AT_DC", WERR_TIME_DIFF_AT_DC },
|
||||
{ "WERR_SETUP_NOT_JOINED", WERR_SETUP_NOT_JOINED },
|
||||
{ "WERR_SETUP_ALREADY_JOINED", WERR_SETUP_ALREADY_JOINED },
|
||||
{ "WERR_SETUP_DOMAIN_CONTROLLER", WERR_SETUP_DOMAIN_CONTROLLER },
|
||||
|
@ -195,7 +195,6 @@ typedef uint32_t WERROR;
|
||||
#define MAX_NERR (NERR_BASE+899)
|
||||
#endif
|
||||
|
||||
#define WERR_TIME_DIFF_AT_DC W_ERROR(0x00000999)
|
||||
#define WERR_DFS_NO_SUCH_VOL W_ERROR(0x00000A66)
|
||||
#define WERR_DFS_NO_SUCH_SHARE W_ERROR(0x00000A69)
|
||||
#define WERR_DFS_NO_SUCH_SERVER W_ERROR(0x00000A71)
|
||||
|
Loading…
Reference in New Issue
Block a user