aboutsummaryrefslogtreecommitdiff
path: root/src/datacache
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-08-27 12:30:18 +0000
committerChristian Grothoff <christian@grothoff.org>2010-08-27 12:30:18 +0000
commitebd058075140f520c1ba6a1d17ebf0144d39b739 (patch)
tree56b90fbfc80baaab2afde0549498f780c03415ca /src/datacache
parent920b7f6c8d43d32a6ad604a223bb8aa8a3da12d7 (diff)
downloadgnunet-ebd058075140f520c1ba6a1d17ebf0144d39b739.tar.gz
gnunet-ebd058075140f520c1ba6a1d17ebf0144d39b739.zip
fix
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 126979069..e1cf334ef 100644
--- a/src/datacache/plugin_datacache_postgres.c
+++ b/src/datacache/plugin_datacache_postgres.c
@@ -514,7 +514,7 @@ postgres_plugin_del (void *cls)
514 return GNUNET_SYSERR; 514 return GNUNET_SYSERR;
515 plugin->env->delete_notify (plugin->env->cls, 515 plugin->env->delete_notify (plugin->env->cls,
516 &key, 516 &key,
517 size); 517 size + OVERHEAD);
518 return GNUNET_OK; 518 return GNUNET_OK;
519} 519}
520 520