mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
werror: removed WERR_FID_NOT_FOUND (unused, already known as WERR_NERR_FILEIDNOTFOUND)
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
6d2065dee0
commit
3c362cc9cb
@ -195,7 +195,6 @@ typedef uint32_t WERROR;
|
||||
#define MAX_NERR (NERR_BASE+899)
|
||||
#endif
|
||||
|
||||
#define WERR_FID_NOT_FOUND W_ERROR(0x0000090A)
|
||||
#define WERR_NOT_LOCAL_DOMAIN W_ERROR(0x00000910)
|
||||
#define WERR_DCNOTFOUND W_ERROR(0x00000995)
|
||||
#define WERR_TIME_DIFF_AT_DC W_ERROR(0x00000999)
|
||||
|
Loading…
Reference in New Issue
Block a user