From f41a94622a356fdf4dbd46e708a3f82680b80675 Mon Sep 17 00:00:00 2001 From: drazen Date: Tue, 11 May 2010 18:31:47 +0000 Subject: [PATCH] --A small formating fix. --- nselib/smb.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nselib/smb.lua b/nselib/smb.lua index 1cecda019..3a9869839 100644 --- a/nselib/smb.lua +++ b/nselib/smb.lua @@ -261,8 +261,7 @@ end -- which port is best to use. This is how it decides: -- -- * If port tcp/445 is open, use it for a raw connection --- * Otherwise, if ports tcp/139 and udp/137 are open, do a NetBIOS connection. Since --- UDP scanning isn't default, we're also ok with udp/137 in an unknown state. +-- * Otherwise, if ports tcp/139 and udp/137 are open, do a NetBIOS connection. Since UDP scanning isn't default, we're also ok with udp/137 in an unknown state. -- --@param host The host object. --@return The port number to use, or nil if we don't have an SMB port