gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3354 - in branches/GNUnet-0.7.0: m4 src/server


From: grothoff
Subject: [GNUnet-SVN] r3354 - in branches/GNUnet-0.7.0: m4 src/server
Date: Tue, 5 Sep 2006 15:59:13 -0700 (PDT)

Author: grothoff
Date: 2006-09-05 15:59:07 -0700 (Tue, 05 Sep 2006)
New Revision: 3354

Modified:
   branches/GNUnet-0.7.0/m4/Makefile.in
   branches/GNUnet-0.7.0/src/server/gnunet-transport-check.c
Log:
fixing 1129

Modified: branches/GNUnet-0.7.0/m4/Makefile.in
===================================================================
--- branches/GNUnet-0.7.0/m4/Makefile.in        2006-09-05 01:03:22 UTC (rev 
3353)
+++ branches/GNUnet-0.7.0/m4/Makefile.in        2006-09-05 22:59:07 UTC (rev 
3354)
@@ -140,6 +140,8 @@
 LTLIBICONV = @LTLIBICONV@
 LTLIBINTL = @LTLIBINTL@
 LTLIBOBJS = @LTLIBOBJS@
+MACOSX_FALSE = @MACOSX_FALSE@
+MACOSX_TRUE = @MACOSX_TRUE@
 MAKEINFO = @MAKEINFO@
 MINGW_FALSE = @MINGW_FALSE@
 MINGW_TRUE = @MINGW_TRUE@

Modified: branches/GNUnet-0.7.0/src/server/gnunet-transport-check.c
===================================================================
--- branches/GNUnet-0.7.0/src/server/gnunet-transport-check.c   2006-09-05 
01:03:22 UTC (rev 3353)
+++ branches/GNUnet-0.7.0/src/server/gnunet-transport-check.c   2006-09-05 
22:59:07 UTC (rev 3354)
@@ -214,10 +214,10 @@
   PeerIdentity peer;
 
   stats[0]++; /* one more seen */
-  if (NO == transport->isAvailable(ntohs(helo->protocol))) {
+  if (NO == transport->isAvailable(ntohs(xhelo->protocol))) {
     LOG(LOG_DEBUG,
        _(" Transport %d is not being tested\n"),
-       ntohs(helo->protocol));
+       ntohs(xhelo->protocol));
     return;
   }
   stats[1]++; /* one more with transport 'available' */





reply via email to

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