diff options
Diffstat (limited to 'src/datacache/plugin_datacache_postgres.c')
-rw-r--r-- | src/datacache/plugin_datacache_postgres.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datacache/plugin_datacache_postgres.c b/src/datacache/plugin_datacache_postgres.c index ca794ddd4e..75d644da9c 100644 --- a/src/datacache/plugin_datacache_postgres.c +++ b/src/datacache/plugin_datacache_postgres.c @@ -312,7 +312,7 @@ postgres_plugin_put (void *cls, struct Plugin *plugin = cls; PGresult *ret; uint32_t btype = htonl (type); - uint64_t bexpi = GNUNET_TIME_absolute_hton (discard_time).value__; + uint64_t bexpi = GNUNET_TIME_absolute_hton (discard_time).abs_value__; const char *paramValues[] = { (const char *) &btype, (const char *) &bexpi, |