aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/plugin_datacache_postgres.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datacache/plugin_datacache_postgres.c')
-rw-r--r--src/datacache/plugin_datacache_postgres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datacache/plugin_datacache_postgres.c b/src/datacache/plugin_datacache_postgres.c
index ca794ddd4..75d644da9 100644
--- a/src/datacache/plugin_datacache_postgres.c
+++ b/src/datacache/plugin_datacache_postgres.c
@@ -312,7 +312,7 @@ postgres_plugin_put (void *cls,
312 struct Plugin *plugin = cls; 312 struct Plugin *plugin = cls;
313 PGresult *ret; 313 PGresult *ret;
314 uint32_t btype = htonl (type); 314 uint32_t btype = htonl (type);
315 uint64_t bexpi = GNUNET_TIME_absolute_hton (discard_time).value__; 315 uint64_t bexpi = GNUNET_TIME_absolute_hton (discard_time).abs_value__;
316 const char *paramValues[] = { 316 const char *paramValues[] = {
317 (const char *) &btype, 317 (const char *) &btype,
318 (const char *) &bexpi, 318 (const char *) &bexpi,