gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6225 - GNUnet/src/applications/fs/ecrs


From: gnunet
Subject: [GNUnet-SVN] r6225 - GNUnet/src/applications/fs/ecrs
Date: Sun, 10 Feb 2008 00:14:23 -0700 (MST)

Author: grothoff
Date: 2008-02-10 00:14:23 -0700 (Sun, 10 Feb 2008)
New Revision: 6225

Modified:
   GNUnet/src/applications/fs/ecrs/namespacetest.c
Log:
fix

Modified: GNUnet/src/applications/fs/ecrs/namespacetest.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/namespacetest.c     2008-02-10 07:02:45 UTC 
(rev 6224)
+++ GNUnet/src/applications/fs/ecrs/namespacetest.c     2008-02-10 07:14:23 UTC 
(rev 6225)
@@ -54,6 +54,13 @@
   return GNUNET_OK;
 }
 
+static int tt(void * unused) 
+{
+  if (match == 1)
+    return GNUNET_SYSERR;
+  return GNUNET_OK;
+}
+
 static int
 testNamespace ()
 {
@@ -98,7 +105,7 @@
   fprintf (stderr, "Starting namespace search...\n");
   CHECK (GNUNET_OK == GNUNET_ECRS_search (NULL,
                                           cfg,
-                                          advURI, 1, &spcb, uri, NULL, NULL));
+                                          advURI, 1, &spcb, uri, &tt, NULL));
   fprintf (stderr, "Completed namespace search...\n");
   CHECK (GNUNET_OK == GNUNET_ECRS_namespace_delete (NULL, cfg, CHECKNAME));
   CHECK (GNUNET_SYSERR ==





reply via email to

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