[Openvas-commits] r3387 - trunk/openvas-plugins/scripts
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri May 15 16:22:05 CEST 2009
Author: chandra
Date: 2009-05-15 16:22:03 +0200 (Fri, 15 May 2009)
New Revision: 3387
Modified:
trunk/openvas-plugins/scripts/remote-sgi-objectserver.nasl
Log:
removed debug msg, was added by mistake.
Modified: trunk/openvas-plugins/scripts/remote-sgi-objectserver.nasl
===================================================================
--- trunk/openvas-plugins/scripts/remote-sgi-objectserver.nasl 2009-05-15 14:08:24 UTC (rev 3386)
+++ trunk/openvas-plugins/scripts/remote-sgi-objectserver.nasl 2009-05-15 14:22:03 UTC (rev 3387)
@@ -78,7 +78,6 @@
for (i = 0; i < 2; i ++) # Try twice
{
rep = send_packet(u, pcap_active:TRUE, pcap_filter:filter, pcap_timeout:1);
- security_note(data:"REP: " + rep);
if(rep) {
gotresp = 1;
data = get_udp_element(udp: rep, element:"data");
More information about the Openvas-commits
mailing list