Author: bh
Date: 2007-07-24 17:53:02 +0200 (Tue, 24 Jul 2007)
New Revision: 306

Modified:
   trunk/openvas-client/ChangeLog
   trunk/openvas-client/nessus/plugin_cache.c
Log:
* nessus/plugin_cache.c (plugin_cache_read): Remove incorrect
comment.


Modified: trunk/openvas-client/ChangeLog
===================================================================
--- trunk/openvas-client/ChangeLog      2007-07-24 15:22:42 UTC (rev 305)
+++ trunk/openvas-client/ChangeLog      2007-07-24 15:53:02 UTC (rev 306)
@@ -1,5 +1,10 @@
 2007-07-24  Bernhard Herzog  <[EMAIL PROTECTED]>
 
+       * nessus/plugin_cache.c (plugin_cache_read): Remove incorrect
+       comment.
+
+2007-07-24  Bernhard Herzog  <[EMAIL PROTECTED]>
+
        * nessus/nessus_plugin.c (nessus_plugin_get_description): Return
        the description directly without making a copy.  Since the
        description is now stored uncompressed it's not necessary anymore

Modified: trunk/openvas-client/nessus/plugin_cache.c
===================================================================
--- trunk/openvas-client/nessus/plugin_cache.c  2007-07-24 15:22:42 UTC (rev 
305)
+++ trunk/openvas-client/nessus/plugin_cache.c  2007-07-24 15:53:02 UTC (rev 
306)
@@ -718,7 +718,6 @@
 
     if (nitems == 13 && strcmp(items[0], PLUGIN_KEYWORD) == 0)
     {
-      /* items[1] is the plugin's md5sum which is not used at the moment */
       struct nessus_plugin *plugin = nessus_plugin_new(items[1] /*id*/,
          items[3] /*name*/, items[4] /*category*/, items[5] /*copyright*/,
          items[6] /*description*/, items[7] /*summary*/,

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

Reply via email to