[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Wed Nov 4 17:05:44 MST 2009


The branch, master has been updated
       via  170d6a3... Fix debug comment (brain wasn't working...). Jeremy.
      from  f44d375... Filter the returned DOS attributes by 0xFF for clients using older protocols (LANMAN2 or below). Jeremy.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 170d6a3084dcf4a72d5bc7dca69b1036431e0022
Author: Jeremy Allison <jra at samba.org>
Date:   Wed Nov 4 16:04:41 2009 -0800

    Fix debug comment (brain wasn't working...).
    Jeremy.

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

Summary of changes:
 source3/smbd/dosmode.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/dosmode.c b/source3/smbd/dosmode.c
index 199a673..949c438 100644
--- a/source3/smbd/dosmode.c
+++ b/source3/smbd/dosmode.c
@@ -381,7 +381,7 @@ uint32 dos_mode_msdfs(connection_struct *conn,
 	}
 
 	if (get_Protocol() <= PROTOCOL_LANMAN2) {
-		DEBUG(10,("dos_mode_msdfs : filtering protocol 0x%x to 0xff\n",
+		DEBUG(10,("dos_mode_msdfs : filtering result 0x%x\n",
 			(unsigned int)result ));
 		result &= 0xff;
 	}
@@ -567,7 +567,7 @@ uint32 dos_mode(connection_struct *conn, const struct smb_filename *smb_fname)
 	}
 
 	if (get_Protocol() <= PROTOCOL_LANMAN2) {
-		DEBUG(10,("dos_mode : filtering protocol 0x%x to 0xff\n",
+		DEBUG(10,("dos_mode : filtering result 0x%x\n",
 			(unsigned int)result ));
 		result &= 0xff;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list