From: Christian Grothoff Date: Fri, 27 Aug 2010 12:30:18 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~20525 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ebd058075140f520c1ba6a1d17ebf0144d39b739;p=oweals%2Fgnunet.git fix --- 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; }