gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r18766 - gnunet/src/datastore


From: gnunet
Subject: [GNUnet-SVN] r18766 - gnunet/src/datastore
Date: Fri, 23 Dec 2011 15:16:08 +0100

Author: grothoff
Date: 2011-12-23 15:16:08 +0100 (Fri, 23 Dec 2011)
New Revision: 18766

Modified:
   gnunet/src/datastore/gnunet-service-datastore.c
Log:
-fix

Modified: gnunet/src/datastore/gnunet-service-datastore.c
===================================================================
--- gnunet/src/datastore/gnunet-service-datastore.c     2011-12-23 13:23:40 UTC 
(rev 18765)
+++ gnunet/src/datastore/gnunet-service-datastore.c     2011-12-23 14:16:08 UTC 
(rev 18766)
@@ -1557,7 +1557,7 @@
   }
   if (fn != NULL)
   {
-    GNUNET_asprintf (&pfn, "%s.%s\n", fn, plugin_name);
+    GNUNET_asprintf (&pfn, "%s.%s", fn, plugin_name);
     if (GNUNET_YES == GNUNET_DISK_file_test (pfn))
     {
       filter = GNUNET_CONTAINER_bloomfilter_load (pfn, bf_size, 5);        /* 
approx. 3% false positives at max use */




reply via email to

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