gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r4041 - GNUnet/src/applications/bootstrap_http


From: grothoff
Subject: [GNUnet-SVN] r4041 - GNUnet/src/applications/bootstrap_http
Date: Sat, 23 Dec 2006 20:42:22 -0800 (PST)

Author: grothoff
Date: 2006-12-23 20:42:20 -0800 (Sat, 23 Dec 2006)
New Revision: 4041

Modified:
   GNUnet/src/applications/bootstrap_http/http.c
Log:
fix

Modified: GNUnet/src/applications/bootstrap_http/http.c
===================================================================
--- GNUnet/src/applications/bootstrap_http/http.c       2006-12-24 04:42:02 UTC 
(rev 4040)
+++ GNUnet/src/applications/bootstrap_http/http.c       2006-12-24 04:42:20 UTC 
(rev 4041)
@@ -266,7 +266,7 @@
     goto cleanup;
   }
   while ( (YES == termTest(targ)) &&
-         (GNUNET_SHUTDOWN_INITIATE() == NO) ) {
+         (GNUNET_SHUTDOWN_TEST() == NO) ) {
     max = 0;
     FD_ZERO(&rs);
     FD_ZERO(&ws);





reply via email to

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