aboutsummaryrefslogtreecommitdiff
path: root/src/datacache
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-10-27 12:38:51 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-10-27 12:38:51 +0000
commit8a52fcaa55bc547321ef779c6e9bb1672dd83585 (patch)
treed818553fd22633d804a769db9e565718b977fc53 /src/datacache
parentabcc76b4f868ce6e8e8ff4b058c800ad1119474a (diff)
downloadgnunet-8a52fcaa55bc547321ef779c6e9bb1672dd83585.tar.gz
gnunet-8a52fcaa55bc547321ef779c6e9bb1672dd83585.zip
Diffstat (limited to 'src/datacache')
-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,