mirror of
https://github.com/samba-team/samba.git
synced 2025-03-14 00:58:38 +03:00
r4435: add another error code
metze
This commit is contained in:
parent
96000a2261
commit
02861f6305
@ -227,6 +227,7 @@
|
||||
#endif
|
||||
|
||||
#define WERR_NET_NAME_NOT_FOUND W_ERROR(NERR_BASE+210)
|
||||
#define WERR_DEVICE_NOT_SHARED W_ERROR(NERR_BASE+211)
|
||||
|
||||
/* DFS errors */
|
||||
#define WERR_DFS_NO_SUCH_VOL W_ERROR(NERR_BASE+562)
|
||||
|
@ -61,6 +61,7 @@ static const struct werror_code_struct dos_errs[] =
|
||||
{ "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 },
|
||||
{ "WERR_DFS_NO_SUCH_SERVER", WERR_DFS_NO_SUCH_SERVER },
|
||||
|
Loading…
x
Reference in New Issue
Block a user