-fix
authorChristian Grothoff <christian@grothoff.org>
Fri, 23 Dec 2011 14:16:08 +0000 (14:16 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 23 Dec 2011 14:16:08 +0000 (14:16 +0000)
src/datastore/gnunet-service-datastore.c

index 0e82a38fda4261dae77b09271735c8fc3849bb5a..790c05623d810f75bb7f2d00d5d8f503e101c052 100644 (file)
@@ -1557,7 +1557,7 @@ run (void *cls, struct GNUNET_SERVER_Handle *server,
   }
   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 */