[Openvas-commits] r6615 - in trunk/openvas-plugins: . scripts

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Feb 2 13:12:19 CET 2010


Author: mime
Date: 2010-02-02 13:12:14 +0100 (Tue, 02 Feb 2010)
New Revision: 6615

Modified:
   trunk/openvas-plugins/ChangeLog
   trunk/openvas-plugins/scripts/portscan-strobe.nasl
Log:
Bugfix

Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog	2010-02-02 11:47:16 UTC (rev 6614)
+++ trunk/openvas-plugins/ChangeLog	2010-02-02 12:12:14 UTC (rev 6615)
@@ -1,3 +1,8 @@
+2010-02-02 Michael Meyer <michael.meyer at intevation.de>
+
+	* scripts/portscan-strobe.nasl:
+	Bugfix.
+
 2010-02-02  Chandrashekhar B <bchandra at secpod.com>
 
 	* scripts/gb_sun_java_sys_web_serv_dos_vuln_win.nasl,

Modified: trunk/openvas-plugins/scripts/portscan-strobe.nasl
===================================================================
--- trunk/openvas-plugins/scripts/portscan-strobe.nasl	2010-02-02 11:47:16 UTC (rev 6614)
+++ trunk/openvas-plugins/scripts/portscan-strobe.nasl	2010-02-02 12:12:14 UTC (rev 6615)
@@ -92,7 +92,7 @@
  if ( p) argv[i++] = "-P "+p;
 
  p = script_get_preference("Disable usage of getpeername");
- if ( p) argv[i++] = "-g";
+ if ("yes" >< p) argv[i++] = "-g";
 
  prs = split (pr,sep:"-",keep:FALSE);
 



More information about the Openvas-commits mailing list