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

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Mon Apr 2 14:18:50 CEST 2012


Author: mime
Date: 2012-04-02 14:18:50 +0200 (Mon, 02 Apr 2012)
New Revision: 13181

Modified:
   trunk/openvas-plugins/ChangeLog
   trunk/openvas-plugins/scripts/vmware_esx.inc
Log:
Fixed parse error

Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog	2012-04-02 12:09:51 UTC (rev 13180)
+++ trunk/openvas-plugins/ChangeLog	2012-04-02 12:18:50 UTC (rev 13181)
@@ -1,6 +1,11 @@
 2012-04-02  Michael Meyer <michael.meyer at greenbone.net>
 
 	* scripts/vmware_esx.inc:
+	Fixed parse error.
+
+2012-04-02  Michael Meyer <michael.meyer at greenbone.net>
+
+	* scripts/vmware_esx.inc:
 	Added the response to the log_message() if no bulletins could
 	determined.
 

Modified: trunk/openvas-plugins/scripts/vmware_esx.inc
===================================================================
--- trunk/openvas-plugins/scripts/vmware_esx.inc	2012-04-02 12:09:51 UTC (rev 13180)
+++ trunk/openvas-plugins/scripts/vmware_esx.inc	2012-04-02 12:18:50 UTC (rev 13181)
@@ -296,7 +296,7 @@
 
   if(isnull(bulletins[1])) {
      set_kb_item(name:"VMware/ESXi/4.1/unpatched", value:TRUE);
-     log_message(data:'Could not found a single bulletin installed on this host. Assuming this\nis a completly unpatched system. All ESXi 4.1 NVTs will report...\nRECV:\n',recv,"\n");
+     log_message(data:'Could not found a single bulletin installed on this host. Assuming this\nis a completly unpatched system. All ESXi 4.1 NVTs will report...\nRECV:\n' + recv + "\n");
      return TRUE;
   }   
 



More information about the Openvas-commits mailing list