fix
authorChristian Grothoff <christian@grothoff.org>
Fri, 27 Aug 2010 12:30:18 +0000 (12:30 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 27 Aug 2010 12:30:18 +0000 (12:30 +0000)
src/datacache/plugin_datacache_postgres.c

index 1269790690f666dbd74af828b41439fa4a6ce111..e1cf334ef967c7b823a44484a7112fa42ee32066 100644 (file)
@@ -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;
 }