diff options
author | Tim Potter <tpot@samba.org> | 2003-05-27 00:07:45 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-05-27 00:07:45 +0000 |
commit | fc8d985d290eb51c70424ae1865aeea341b488de (patch) | |
tree | 9e389911d1ffba32af16c1a72e30ec7b8a8a8010 /source3 | |
parent | b863577db26a826533b8512ae7092725474099e7 (diff) | |
download | samba-fc8d985d290eb51c70424ae1865aeea341b488de.tar.gz samba-fc8d985d290eb51c70424ae1865aeea341b488de.tar.bz2 samba-fc8d985d290eb51c70424ae1865aeea341b488de.zip |
Merge: add DFS error constant.
(This used to be commit c9dfc35e95719af8b7c9511668d0d4053b73f9a0)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/nterr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/nterr.h b/source3/include/nterr.h index dcc26d9884..19c70cffcc 100644 --- a/source3/include/nterr.h +++ b/source3/include/nterr.h @@ -558,6 +558,7 @@ #define NT_STATUS_TOO_MANY_LINKS NT_STATUS(0xC0000000 | 0x0265) #define NT_STATUS_QUOTA_LIST_INCONSISTENT NT_STATUS(0xC0000000 | 0x0266) #define NT_STATUS_FILE_IS_OFFLINE NT_STATUS(0xC0000000 | 0x0267) +#define NT_STATUS_NOT_A_REPARSE_POINT NT_STATUS(0xC0000000 | 0x0275) #define NT_STATUS_NO_SUCH_JOB NT_STATUS(0xC0000000 | 0xEDE) /* scheduler */ #endif /* _NTERR_H */ |