diff options
Diffstat (limited to 'source3/include/doserr.h')
-rw-r--r-- | source3/include/doserr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/doserr.h b/source3/include/doserr.h index 38cd87515e..77255ee4c1 100644 --- a/source3/include/doserr.h +++ b/source3/include/doserr.h @@ -236,4 +236,7 @@ #define WERR_DFS_INTERNAL_ERROR W_ERROR(NERR_BASE+590) #define WERR_DFS_CANT_CREATE_JUNCT W_ERROR(NERR_BASE+569) +#define WERR_NET_NAME_NOT_FOUND W_ERROR(NERR_BASE+210) + + #endif /* _DOSERR_H */ |