[Openvas-commits] r6237 - in trunk/gsa: . src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Dec 22 11:00:03 CET 2009
Author: mattm
Date: 2009-12-22 11:00:02 +0100 (Tue, 22 Dec 2009)
New Revision: 6237
Modified:
trunk/gsa/ChangeLog
trunk/gsa/src/gsad_omp.c
Log:
* src/gsad_omp.c (get_agents_omp): Change result_len to gsize.
Modified: trunk/gsa/ChangeLog
===================================================================
--- trunk/gsa/ChangeLog 2009-12-22 08:33:25 UTC (rev 6236)
+++ trunk/gsa/ChangeLog 2009-12-22 10:00:02 UTC (rev 6237)
@@ -1,3 +1,7 @@
+2009-12-22 Matthew Mundell <matthew.mundell at intevation.de>
+
+ * src/gsad_omp.c (get_agents_omp): Change result_len to gsize.
+
2009-12-22 Michael Wiegand <michael.wiegand at intevation.de>
Fixed variable types for 64bit compatibility in Base64 decoding.
@@ -42,7 +46,7 @@
* src/html/src/oap.xsl: Include settings error message if there is one.
Make sure filename is correctly aligned, even in Konqueror.
-2009-12-18 Matthew Mundell <matthew.mundell at intevation.de>
+2009-12-21 Matthew Mundell <matthew.mundell at intevation.de>
* src/gsad.c (append_chunk_binary): New function.
(serve_post): Use append_chunk_binary for binary keys.
Modified: trunk/gsa/src/gsad_omp.c
===================================================================
--- trunk/gsa/src/gsad_omp.c 2009-12-22 08:33:25 UTC (rev 6236)
+++ trunk/gsa/src/gsad_omp.c 2009-12-22 10:00:02 UTC (rev 6237)
@@ -1229,7 +1229,7 @@
get_agents_omp (credentials_t * credentials,
const char * name,
const char * format,
- unsigned int *result_len,
+ gsize *result_len,
const char * sort_field,
const char * sort_order)
{
More information about the Openvas-commits
mailing list