[Openvas-commits] r3496 - in trunk/openvas-libraries: . libopenvascommon
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed May 27 17:25:23 CEST 2009
Author: mattm
Date: 2009-05-27 17:25:23 +0200 (Wed, 27 May 2009)
New Revision: 3496
Modified:
trunk/openvas-libraries/ChangeLog
trunk/openvas-libraries/libopenvascommon/nvti.c
Log:
* libopenvascommon/nvti.c: Correct function name.
Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog 2009-05-27 15:14:28 UTC (rev 3495)
+++ trunk/openvas-libraries/ChangeLog 2009-05-27 15:25:23 UTC (rev 3496)
@@ -1,5 +1,9 @@
2009-05-27 Matthew Mundell <mmundell at intevation.de>
+ * libopenvascommon/nvti.c: Correct function name.
+
+2009-05-27 Matthew Mundell <mmundell at intevation.de>
+
* libopenvascommon/nvti.h, libopenvascommon/nvti.c: Reformat to match
standard.
Modified: trunk/openvas-libraries/libopenvascommon/nvti.c
===================================================================
--- trunk/openvas-libraries/libopenvascommon/nvti.c 2009-05-27 15:14:28 UTC (rev 3495)
+++ trunk/openvas-libraries/libopenvascommon/nvti.c 2009-05-27 15:25:23 UTC (rev 3496)
@@ -853,7 +853,7 @@
* @return 0 on success. Anything else indicates an error.
*/
int
-nvti_to_file (const nvti_t * n, const gchar * fn)
+nvti_to_keyfile (const nvti_t * n, const gchar * fn)
{
GKeyFile *keyfile = g_key_file_new ();
gchar *text;
More information about the Openvas-commits
mailing list