[Openvas-commits] r5558 - in trunk/openvas-manager: . src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Oct 15 15:41:13 CEST 2009
Author: mattm
Date: 2009-10-15 15:41:12 +0200 (Thu, 15 Oct 2009)
New Revision: 5558
Modified:
trunk/openvas-manager/ChangeLog
trunk/openvas-manager/src/manage.c
Log:
* src/manage.c (get_files_to_send): Cleanup a little formatting.
(start_task): Update LSC comment.
Modified: trunk/openvas-manager/ChangeLog
===================================================================
--- trunk/openvas-manager/ChangeLog 2009-10-15 13:38:29 UTC (rev 5557)
+++ trunk/openvas-manager/ChangeLog 2009-10-15 13:41:12 UTC (rev 5558)
@@ -1,3 +1,8 @@
+2009-10-15 Matthew Mundell <matthew.mundell at intevation.de>
+
+ * src/manage.c (get_files_to_send): Cleanup a little formatting.
+ (start_task): Update LSC comment.
+
2009-10-15 Felix Wolfsteller <felix.wolfsteller at intevation.de>
Do not do any logic when sending files, just send all we have in the
Modified: trunk/openvas-manager/src/manage.c
===================================================================
--- trunk/openvas-manager/src/manage.c 2009-10-15 13:38:29 UTC (rev 5557)
+++ trunk/openvas-manager/src/manage.c 2009-10-15 13:41:12 UTC (rev 5558)
@@ -422,13 +422,13 @@
/**
* @brief Get files to send.
*
- * @param task Task of interest.
+ * @param task Task of interest.
*
* @return List of files to send, (NULL if none), data has to be freed with
* g_free.
*/
static GSList*
-get_files_to_send (task_t task)
+get_files_to_send (task_t task)
{
iterator_t files;
GSList* filelist = NULL;
@@ -444,7 +444,6 @@
return filelist;
}
-
/**
* @brief Return the plugins of a task, as a semicolon separated string.
*
@@ -801,7 +800,8 @@
return -1;
}
- /* Append lsc configuration to list of files to send */
+ /* Collect files to send. */
+
files = get_files_to_send (task);
/* Send any files. */
More information about the Openvas-commits
mailing list