Author: ckm
Date: 2008-10-13 16:33:58 +0200 (Mon, 13 Oct 2008)
New Revision: 1536

Modified:
   trunk/openvas-plugins/ChangeLog
   trunk/openvas-plugins/scripts/gb_firefox_detect_lin.nasl
Log:
   * scripts/gb_firefox_detect_lin.nasl, fixed
   syntax error.



Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog     2008-10-13 14:16:11 UTC (rev 1535)
+++ trunk/openvas-plugins/ChangeLog     2008-10-13 14:33:58 UTC (rev 1536)
@@ -1,4 +1,10 @@
+2008-10-13  Carsten Koch-Mauthe <[EMAIL PROTECTED]>.
+
+       * scripts/gb_firefox_detect_lin.nasl, fixed 
+        syntax error.
+
 2008-10-13 Chandrashekhar B <[EMAIL PROTECTED]>
+
        * scripts/gb_adobe_prdts_detect_lin.nasl,
          scripts/gb_firefox_detect_lin.nasl,
          scripts/gb_thunderbird_detect_lin.nasl,

Modified: trunk/openvas-plugins/scripts/gb_firefox_detect_lin.nasl
===================================================================
--- trunk/openvas-plugins/scripts/gb_firefox_detect_lin.nasl    2008-10-13 
14:16:11 UTC (rev 1535)
+++ trunk/openvas-plugins/scripts/gb_firefox_detect_lin.nasl    2008-10-13 
14:33:58 UTC (rev 1536)
@@ -45,7 +45,7 @@
 }
 
 
-include("version_func.inc")
+include("version_func.inc");
 
 sock = ssh_login_or_reuse_connection();
 if(!sock){

_______________________________________________
Openvas-commits mailing list
[email protected]
http://lists.wald.intevation.org/mailman/listinfo/openvas-commits

Reply via email to