[Openvas-commits] r5744 - in trunk/openvas-plugins: . scripts
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Oct 28 11:17:20 CET 2009
Author: mime
Date: 2009-10-28 11:17:17 +0100 (Wed, 28 Oct 2009)
New Revision: 5744
Modified:
trunk/openvas-plugins/ChangeLog
trunk/openvas-plugins/scripts/secpod_asterisk_rtp_text_frames_dos_vuln.nasl
Log:
Fixed typo
Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog 2009-10-28 10:13:14 UTC (rev 5743)
+++ trunk/openvas-plugins/ChangeLog 2009-10-28 10:17:17 UTC (rev 5744)
@@ -1,5 +1,10 @@
2009-10-28 Michael Meyer <michael.meyer at intevation.de>
+ * scripts/secpod_asterisk_rtp_text_frames_dos_vuln.nasl:
+ Fixed typo.
+
+2009-10-28 Michael Meyer <michael.meyer at intevation.de>
+
* scripts/nginx_36839.nasl,
scripts/cherokee_36814.nasl,
scripts/asterisk_36821.nasl,
Modified: trunk/openvas-plugins/scripts/secpod_asterisk_rtp_text_frames_dos_vuln.nasl
===================================================================
--- trunk/openvas-plugins/scripts/secpod_asterisk_rtp_text_frames_dos_vuln.nasl 2009-10-28 10:13:14 UTC (rev 5743)
+++ trunk/openvas-plugins/scripts/secpod_asterisk_rtp_text_frames_dos_vuln.nasl 2009-10-28 10:17:17 UTC (rev 5744)
@@ -83,8 +83,8 @@
include("version_func.inc");
asteriskPort = get_kb_item("Services/udp/sip");
-if(!asterisk_port)exit(0);
-if(!get_udp_port_state(asterisk_port))exit(0);
+if(!asteriskPort)exit(0);
+if(!get_udp_port_state(asteriskPort))exit(0);
asteriskVer = get_kb_item("Asterisk-PBX/Ver");
if(!asteriskVer){
More information about the Openvas-commits
mailing list