X-Git-Url: http://git.samba.org/?p=samba.git;a=blobdiff_plain;f=source4%2Finclude%2Fdoserr.h;h=1d4f7208d16ec34f6f6d02707e3169e257f77803;hp=bc5143b127384fc633702e59205b1510ad11d0bd;hb=cb25806d8dcdbf45f6de3b1a86e1c40ee3711fee;hpb=e0a40dec0956ae08fa7bc11f9be9a036f8d6dedf diff --git a/source4/include/doserr.h b/source4/include/doserr.h index bc5143b1273..1d4f7208d16 100644 --- a/source4/include/doserr.h +++ b/source4/include/doserr.h @@ -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)