diff options
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/doserr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/include/doserr.h b/source4/include/doserr.h index 1d4f7208d1..06e0986445 100644 --- a/source4/include/doserr.h +++ b/source4/include/doserr.h @@ -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) |