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

werror: removed WERR_NET_NAME_NOT_FOUND

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:35 +01:00 committed by Jeremy Allison
parent 9711b740c3
commit 5f31152616
2 changed files with 0 additions and 2 deletions

View File

@ -70,7 +70,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_NET_NAME_NOT_FOUND", WERR_NET_NAME_NOT_FOUND },
{ "WERR_DEVICE_NOT_SHARED", WERR_DEVICE_NOT_SHARED },
{ "WERR_DFS_NO_SUCH_VOL", WERR_DFS_NO_SUCH_VOL },
{ "WERR_DFS_NO_SUCH_SHARE", WERR_DFS_NO_SUCH_SHARE },

View File

@ -195,7 +195,6 @@ typedef uint32_t WERROR;
#define MAX_NERR (NERR_BASE+899)
#endif
#define WERR_NET_NAME_NOT_FOUND W_ERROR(0x00000906)
#define WERR_SESSION_NOT_FOUND W_ERROR(0x00000908)
#define WERR_DEVICE_NOT_SHARED W_ERROR(0x00000907)
#define WERR_FID_NOT_FOUND W_ERROR(0x0000090A)