1
0
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:
Stefan Metzmacher
2004-12-31 04:45:13 +00:00
committed by Gerald (Jerry) Carter
parent a44fa5319d
commit 74e65680fa
2 changed files with 5 additions and 3 deletions

View File

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