mirror of
https://github.com/nmap/nmap.git
synced 2026-01-06 06:29:03 +00:00
General File cleanup. Added closing paren for the port error message
This commit is contained in:
@@ -168,7 +168,7 @@ int main(int argc, char *argv[] ){
|
||||
* I choose to print out a Fatal error since the scan doesn't make sense.
|
||||
*/
|
||||
if(o.issetTargetPorts() && !o.scan_mode_uses_target_ports(o.getMode()))
|
||||
outFatal(QT_3, "You cannot use -p (explicit port selection) in your current scan mode.\n(Perhaps you meant to use --tcp or --udp");
|
||||
outFatal(QT_3, "You cannot use -p (explicit port selection) in your current scan mode.\n(Perhaps you meant to use --tcp or --udp)");
|
||||
|
||||
|
||||
|
||||
@@ -228,7 +228,7 @@ int do_safe_checks(){
|
||||
test_stuff(); /* Little function that is called quite early to test some misc stuff. */
|
||||
return OP_SUCCESS;
|
||||
} /* End of do_safe_checks() */
|
||||
//
|
||||
|
||||
|
||||
|
||||
/** Use this function whenever you have some code that you want to test, but
|
||||
|
||||
Reference in New Issue
Block a user