summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-05-27 00:18:50 +0000
committerTim Potter <tpot@samba.org>2003-05-27 00:18:50 +0000
commitb365e172bbbc580de15d970e09f3712439427281 (patch)
treefc73ce52db2de02a49c08b32458fa8f4d96633f7 /source3
parent8bf60dc801b32f7c3ca3cf6572abdaa4bea5bf39 (diff)
downloadsamba-b365e172bbbc580de15d970e09f3712439427281.tar.gz
samba-b365e172bbbc580de15d970e09f3712439427281.tar.bz2
samba-b365e172bbbc580de15d970e09f3712439427281.zip
Added string error for NT_STATUS_NOT_A_REPARSE_POINT error.
(This used to be commit cb4188941e93f8026a94a7378a51b0ec73ffcb8f)
Diffstat (limited to 'source3')
-rw-r--r--source3/libsmb/nterr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libsmb/nterr.c b/source3/libsmb/nterr.c
index e6047847ae..166229ec6c 100644
--- a/source3/libsmb/nterr.c
+++ b/source3/libsmb/nterr.c
@@ -533,6 +533,7 @@ static nt_err_code_struct nt_errs[] =
{ "NT_STATUS_TOO_MANY_LINKS", NT_STATUS_TOO_MANY_LINKS },
{ "NT_STATUS_QUOTA_LIST_INCONSISTENT", NT_STATUS_QUOTA_LIST_INCONSISTENT },
{ "NT_STATUS_FILE_IS_OFFLINE", NT_STATUS_FILE_IS_OFFLINE },
+ { "NT_STATUS_NOT_A_REPARSE_POINT", NT_STATUS_NOT_A_REPARSE_POINT },
{ "NT_STATUS_NO_MORE_ENTRIES", NT_STATUS_NO_MORE_ENTRIES },
{ "STATUS_MORE_ENTRIES", STATUS_MORE_ENTRIES },
{ "STATUS_SOME_UNMAPPED", STATUS_SOME_UNMAPPED },