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 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;
}