1
0
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:
Günther Deschner 2015-12-03 15:24:36 +01:00 committed by Jeremy Allison
parent 6d2065dee0
commit 3c362cc9cb

View File

@ -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)