aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/plugin_datacache_postgres.c
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/plugin_datacache_postgres.c
parent920b7f6c8d43d32a6ad604a223bb8aa8a3da12d7 (diff)
fix
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 1269790690..e1cf334ef9 100644
--- a/src/datacache/plugin_datacache_postgres.c
+++ b/src/datacache/plugin_datacache_postgres.c
@@ -514,7 +514,7 @@ postgres_plugin_del (void *cls)
return GNUNET_SYSERR;
plugin->env->delete_notify (plugin->env->cls,
&key,
- size);
+ size + OVERHEAD);
return GNUNET_OK;
}