gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6299 - GNUnet/src/applications/fs/gap


From: gnunet
Subject: [GNUnet-SVN] r6299 - GNUnet/src/applications/fs/gap
Date: Thu, 14 Feb 2008 21:22:46 -0700 (MST)

Author: grothoff
Date: 2008-02-14 21:22:46 -0700 (Thu, 14 Feb 2008)
New Revision: 6299

Modified:
   GNUnet/src/applications/fs/gap/gap.c
Log:
fix

Modified: GNUnet/src/applications/fs/gap/gap.c
===================================================================
--- GNUnet/src/applications/fs/gap/gap.c        2008-02-14 22:18:53 UTC (rev 
6298)
+++ GNUnet/src/applications/fs/gap/gap.c        2008-02-15 04:22:46 UTC (rev 
6299)
@@ -354,7 +354,7 @@
   if ((type == GNUNET_ECRS_BLOCKTYPE_DATA) && (ret != 1))
     ret = datastore->get (&queries[0],
                           GNUNET_ECRS_BLOCKTYPE_ONDEMAND,
-                          datastore_value_processor, rl);
+                          datastore_value_processor, &cls);
 
   /* if not found or not unique, forward */
   if (((ret != 1) || (type != GNUNET_ECRS_BLOCKTYPE_DATA)) &&





reply via email to

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