Fix debug comment (brain wasn't working...).
authorJeremy Allison <jra@samba.org>
Thu, 5 Nov 2009 00:04:41 +0000 (16:04 -0800)
committerJeremy Allison <jra@samba.org>
Thu, 5 Nov 2009 00:04:41 +0000 (16:04 -0800)
Jeremy.

source3/smbd/dosmode.c

index 199a67371faa3ea0796d8060c8dedc63229023d9..949c438f4feddc4d23961ffffdc5bf48bb8238b2 100644 (file)
@@ -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;
        }