Added string error for NT_STATUS_NOT_A_REPARSE_POINT error.
authorTim Potter <tpot@samba.org>
Tue, 27 May 2003 00:18:50 +0000 (00:18 +0000)
committerTim Potter <tpot@samba.org>
Tue, 27 May 2003 00:18:50 +0000 (00:18 +0000)
(This used to be commit cb4188941e93f8026a94a7378a51b0ec73ffcb8f)

source3/libsmb/nterr.c

index e6047847ae883e36fa29589aae73d2711433cb01..166229ec6c4d58ab9560dc399c5fc5ae67cfaaaf 100644 (file)
@@ -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 },