1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

werror: removed WERR_DFS_NO_SUCH_SERVER

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:38 +01:00 committed by Jeremy Allison
parent 5a375c144a
commit 73be92bbba
2 changed files with 0 additions and 2 deletions

View File

@ -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_NO_SUCH_SERVER", WERR_DFS_NO_SUCH_SERVER },
{ "WERR_DFS_INTERNAL_ERROR", WERR_DFS_INTERNAL_ERROR },
{ "WERR_DFS_CANT_CREATE_JUNCT", WERR_DFS_CANT_CREATE_JUNCT },
{ "WERR_LOGON_FAILURE", WERR_LOGON_FAILURE },

View File

@ -195,7 +195,6 @@ typedef uint32_t WERROR;
#define MAX_NERR (NERR_BASE+899)
#endif
#define WERR_DFS_NO_SUCH_SERVER W_ERROR(0x00000A71)
#define WERR_DFS_INTERNAL_ERROR W_ERROR(0x00000A82)
#define WERR_DFS_CANT_CREATE_JUNCT W_ERROR(0x00000A6D)
#define WERR_SETUP_ALREADY_JOINED W_ERROR(0x00000A83)