gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3664 - in GNUnet: . src/applications/advertising


From: grothoff
Subject: [GNUnet-SVN] r3664 - in GNUnet: . src/applications/advertising
Date: Tue, 7 Nov 2006 12:20:43 -0800 (PST)

Author: grothoff
Date: 2006-11-07 12:20:40 -0800 (Tue, 07 Nov 2006)
New Revision: 3664

Modified:
   GNUnet/src/applications/advertising/bootstrap.c
   GNUnet/todo
Log:
fixing bootstrap stuff

Modified: GNUnet/src/applications/advertising/bootstrap.c
===================================================================
--- GNUnet/src/applications/advertising/bootstrap.c     2006-11-07 20:08:46 UTC 
(rev 3663)
+++ GNUnet/src/applications/advertising/bootstrap.c     2006-11-07 20:20:40 UTC 
(rev 3664)
@@ -186,13 +186,13 @@
 
 static void * processThread(void * unused) {
   hlc.helos = NULL;
-  while (! hlc.do_shutdown) {
-    while (! hlc.do_shutdown) {
+  while (NO == hlc.do_shutdown) {
+    while (NO == hlc.do_shutdown) {
       PTHREAD_SLEEP(2 * cronSECONDS);
       if (needBootstrap())
        break;
     }
-    if (! hlc.do_shutdown)
+    if (YES == hlc.do_shutdown)
       break;
 #if DEBUG_BOOTSTRAP
     GE_LOG(ectx,

Modified: GNUnet/todo
===================================================================
--- GNUnet/todo 2006-11-07 20:08:46 UTC (rev 3663)
+++ GNUnet/todo 2006-11-07 20:20:40 UTC (rev 3664)
@@ -15,6 +15,7 @@
 0.7.1 [11'06] (aka "stabilization")
 - fix critical known bugs:
   * test bootstrap_http
+  * restarting truncates existing log files (should append)
   * recursive gnunet-download stopped working [RCpre0]
     ?: no reply from gnunetd (we seem to send queries, but gnunetd does not 
respond!)
        => insert error? wrong query?





reply via email to

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