From ebd058075140f520c1ba6a1d17ebf0144d39b739 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 27 Aug 2010 12:30:18 +0000 Subject: fix --- src/datacache/plugin_datacache_postgres.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/datacache/plugin_datacache_postgres.c') 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) return GNUNET_SYSERR; plugin->env->delete_notify (plugin->env->cls, &key, - size); + size + OVERHEAD); return GNUNET_OK; } -- cgit v1.2.3