gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3353 - in GNUnet: . src/applications/session


From: grothoff
Subject: [GNUnet-SVN] r3353 - in GNUnet: . src/applications/session
Date: Mon, 4 Sep 2006 18:03:26 -0700 (PDT)

Author: grothoff
Date: 2006-09-04 18:03:22 -0700 (Mon, 04 Sep 2006)
New Revision: 3353

Modified:
   GNUnet/src/applications/session/sessiontest.c
   GNUnet/todo
Log:
done

Modified: GNUnet/src/applications/session/sessiontest.c
===================================================================
--- GNUnet/src/applications/session/sessiontest.c       2006-09-04 23:16:00 UTC 
(rev 3352)
+++ GNUnet/src/applications/session/sessiontest.c       2006-09-05 01:03:22 UTC 
(rev 3353)
@@ -31,7 +31,7 @@
 #include "gnunet_util_network_client.h"
 #include "gnunet_stats_lib.h"
 
-#define START_PEERS 0
+#define START_PEERS 1
 
 static int ok;
 
@@ -124,10 +124,10 @@
        break;
       }
     }
+    connection_destroy(sock);
   } else {
     printf("Could not establish connection with peer.\n");
   }
-  connection_destroy(sock);
 #if START_PEERS
   if (daemon1 != -1) {
     if (os_daemon_stop(NULL, daemon1) != YES)

Modified: GNUnet/todo
===================================================================
--- GNUnet/todo 2006-09-04 23:16:00 UTC (rev 3352)
+++ GNUnet/todo 2006-09-05 01:03:22 UTC (rev 3353)
@@ -20,7 +20,6 @@
     + loggers: SMTP logger
     + use new loggers in for CS error reporting
   * make testcases compile & pass again:
-    + session -- compiles, but fails (peers do not connect!)
     + fs/ecrs -- compiles, but searchtest hangs
     + gap
     + fs/namespace





reply via email to

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