gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r168 - GNUnet/src/applications/dht/module


From: grothoff
Subject: [GNUnet-SVN] r168 - GNUnet/src/applications/dht/module
Date: Thu, 3 Feb 2005 03:38:55 -0800 (PST)

Author: grothoff
Date: 2005-02-03 03:38:54 -0800 (Thu, 03 Feb 2005)
New Revision: 168

Modified:
   GNUnet/src/applications/dht/module/datastore_memory_test.c
Log:
making testcase compile again

Modified: GNUnet/src/applications/dht/module/datastore_memory_test.c
===================================================================
--- GNUnet/src/applications/dht/module/datastore_memory_test.c  2005-02-03 
11:37:11 UTC (rev 167)
+++ GNUnet/src/applications/dht/module/datastore_memory_test.c  2005-02-03 
11:38:54 UTC (rev 168)
@@ -48,7 +48,6 @@
        &hc);
   if (OK != s->put(s->closure,
                   &hc,
-                  0,
                   cont,
                   0)) { 
     DUMP(s); 
@@ -79,7 +78,6 @@
        &hc);
   if (OK != s->del(s->closure,
                   &hc,
-                  0,
                   cont)) { 
     FREE(cont);
     DUMP(s); 





reply via email to

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