[Openvas-commits] r5468 - in trunk/openvas-client: . openvas
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Oct 9 22:42:44 CEST 2009
Author: mattm
Date: 2009-10-09 22:42:43 +0200 (Fri, 09 Oct 2009)
New Revision: 5468
Modified:
trunk/openvas-client/ChangeLog
trunk/openvas-client/openvas/comm.c
Log:
* openvas/comm.c (send_ssh_credential_files): Correct doc typo.
(gui_comm_send_preferences): Add free query.
Modified: trunk/openvas-client/ChangeLog
===================================================================
--- trunk/openvas-client/ChangeLog 2009-10-09 20:37:13 UTC (rev 5467)
+++ trunk/openvas-client/ChangeLog 2009-10-09 20:42:43 UTC (rev 5468)
@@ -1,3 +1,8 @@
+2009-10-09 Matthew Mundell <matthew.mundell at intevation.de>
+
+ * openvas/comm.c (send_ssh_credential_files): Correct doc typo.
+ (gui_comm_send_preferences): Add free query.
+
2009-10-09 Jan-Oliver Wagner <jan-oliver.wagner at greenbone.net>
Start to replace struct openvas_plugin by nvti.
@@ -4,7 +9,7 @@
* openvas/openvas_plugin.h (openvas_plugin): Added nvti_t
element ni and removed description and summary.
- Removed proto for openvas_plugin_get_description().
+ Removed proto for openvas_plugin_get_description().
* openvas/openvas_plugin.c (ni_store): New. Static store for NVTIs.
(interned_strings, intern_string, openvas_plugin_get_description): Removed.
@@ -47,7 +52,7 @@
* openvas/preferences.c (preferences_init): Reformatted.
(preferences_get_filename): Reformatted, doc.
(prefs_add_subcategory): Reformatted, added todo about possible memleak.
- (prefs_get_pluginset): Reformatted.
+ (prefs_get_pluginset): Reformatted.
2009-10-09 Michael Wiegand <michael.wiegand at greenbone.net>
Modified: trunk/openvas-client/openvas/comm.c
===================================================================
--- trunk/openvas-client/openvas/comm.c 2009-10-09 20:37:13 UTC (rev 5467)
+++ trunk/openvas-client/openvas/comm.c 2009-10-09 20:42:43 UTC (rev 5468)
@@ -1096,7 +1096,7 @@
}
/**
- * @brief Addds the files related to user-selected ssh_logins to a list if these
+ * @brief Adds the files related to user-selected ssh_logins to a list if these
* @brief files indeed exist.
*
* @param files_to_send Start of the list of files to send.
@@ -1237,6 +1237,7 @@
while(files_to_send != NULL )
{
comm_send_file(context, files_to_send->data);
+ /** @todo What frees the current element of the list? */
files_to_send = g_slist_next(files_to_send);
}
return (0);
More information about the Openvas-commits
mailing list