[Openvas-commits] r5508 - in trunk/openvas-client: . openvas
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Oct 13 11:22:48 CEST 2009
Author: mattm
Date: 2009-10-13 11:22:47 +0200 (Tue, 13 Oct 2009)
New Revision: 5508
Modified:
trunk/openvas-client/ChangeLog
trunk/openvas-client/openvas/comm.c
Log:
* openvas/comm.c (update_individual_plugins): Initialise "missing".
Modified: trunk/openvas-client/ChangeLog
===================================================================
--- trunk/openvas-client/ChangeLog 2009-10-13 08:59:38 UTC (rev 5507)
+++ trunk/openvas-client/ChangeLog 2009-10-13 09:22:47 UTC (rev 5508)
@@ -1,3 +1,7 @@
+2009-10-13 Matthew Mundell <matthew.mundell at intevation.de>
+
+ * openvas/comm.c (update_individual_plugins): Initialise "missing".
+
2009-10-13 Jan-Oliver Wagner <jan-oliver.wagner at greenbone.net>
Continued to replace struct openvas_plugin by nvti.
Modified: trunk/openvas-client/openvas/comm.c
===================================================================
--- trunk/openvas-client/openvas/comm.c 2009-10-13 08:59:38 UTC (rev 5507)
+++ trunk/openvas-client/openvas/comm.c 2009-10-13 09:22:47 UTC (rev 5508)
@@ -1746,7 +1746,7 @@
static int
update_individual_plugins(struct context *context, char * buf, int bufsz)
{
- GSList * missing;
+ GSList * missing = NULL;
int result = 0;
result = comm_get_plugins_md5(context, buf, bufsz, update_existing_plugin,
More information about the Openvas-commits
mailing list