gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r12751 - gnunet/src/datacache


From: gnunet
Subject: [GNUnet-SVN] r12751 - gnunet/src/datacache
Date: Fri, 27 Aug 2010 14:30:18 +0200

Author: grothoff
Date: 2010-08-27 14:30:18 +0200 (Fri, 27 Aug 2010)
New Revision: 12751

Modified:
   gnunet/src/datacache/plugin_datacache_postgres.c
Log:
fix

Modified: gnunet/src/datacache/plugin_datacache_postgres.c
===================================================================
--- gnunet/src/datacache/plugin_datacache_postgres.c    2010-08-27 12:20:27 UTC 
(rev 12750)
+++ gnunet/src/datacache/plugin_datacache_postgres.c    2010-08-27 12:30:18 UTC 
(rev 12751)
@@ -514,7 +514,7 @@
     return GNUNET_SYSERR;
   plugin->env->delete_notify (plugin->env->cls,
                              &key,
-                             size);  
+                             size + OVERHEAD);  
   return GNUNET_OK;
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]