The branch, v3-devel has been updated
       via  e987e9956f02557c7ec87a369b92f87083fda620 (commit)
      from  ef5489ac805237274d6088aaa7ae870cc0deb52f (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-devel


- Log -----------------------------------------------------------------
commit e987e9956f02557c7ec87a369b92f87083fda620
Author: Volker Lendecke <[EMAIL PROTECTED]>
Date:   Wed Aug 13 18:19:06 2008 +0200

    Revert "If it is a forced DOS error, nt_errstr should say so"
    
    This reverts commit ef5489ac805237274d6088aaa7ae870cc0deb52f.

-----------------------------------------------------------------------

Summary of changes:
 source/libsmb/nterr.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/libsmb/nterr.c b/source/libsmb/nterr.c
index a52a1bc..fc63403 100644
--- a/source/libsmb/nterr.c
+++ b/source/libsmb/nterr.c
@@ -658,11 +658,6 @@ const char *nt_errstr(NTSTATUS nt_code)
        }
 #endif
 
-       if (NT_STATUS_IS_DOS(nt_code)) {
-               return smb_dos_err_name(NT_STATUS_DOS_CLASS(nt_code),
-                                       NT_STATUS_DOS_CODE(nt_code));
-       }
-
        while (nt_errs[idx].nt_errstr != NULL) {
                if (NT_STATUS_EQUAL(nt_errs[idx].nt_errcode, nt_code)) {
                         return nt_errs[idx].nt_errstr;


-- 
Samba Shared Repository

Reply via email to