mirror of
https://github.com/samba-team/samba.git
synced 2025-11-27 08:23:49 +03:00
r4431: add WERR_NET_NAME_NOT_FOUND
metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
a44fa5319d
commit
74e65680fa
@@ -222,12 +222,13 @@
|
||||
#define WERR_PRINTER_HAS_JOBS_QUEUED W_ERROR(ERRprinterhasjobsqueued)
|
||||
|
||||
|
||||
/* DFS errors */
|
||||
|
||||
#ifndef NERR_BASE
|
||||
#define NERR_BASE (2100)
|
||||
#endif
|
||||
|
||||
#define WERR_NET_NAME_NOT_FOUND W_ERROR(NERR_BASE+210)
|
||||
|
||||
/* DFS errors */
|
||||
#define WERR_DFS_NO_SUCH_VOL W_ERROR(NERR_BASE+562)
|
||||
#define WERR_DFS_NO_SUCH_SHARE W_ERROR(NERR_BASE+565)
|
||||
#define WERR_DFS_NO_SUCH_SERVER W_ERROR(NERR_BASE+573)
|
||||
|
||||
Reference in New Issue
Block a user