gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r21171 - gnunet/src/integration-tests


From: gnunet
Subject: [GNUnet-SVN] r21171 - gnunet/src/integration-tests
Date: Thu, 26 Apr 2012 15:15:28 +0200

Author: wachs
Date: 2012-04-26 15:15:28 +0200 (Thu, 26 Apr 2012)
New Revision: 21171

Modified:
   gnunet/src/integration-tests/connection_watchdog.c
Log:
- fix


Modified: gnunet/src/integration-tests/connection_watchdog.c
===================================================================
--- gnunet/src/integration-tests/connection_watchdog.c  2012-04-26 12:06:59 UTC 
(rev 21170)
+++ gnunet/src/integration-tests/connection_watchdog.c  2012-04-26 13:15:28 UTC 
(rev 21171)
@@ -270,7 +270,7 @@
 {
   struct TransportPlugin *cur = NULL;
 
-  for (cur = phead; cur != NULL; cur = phead)
+  for (cur = phead; cur != NULL; cur = cur->next)
   {
     if (0 == strcmp(name, cur->short_name))
       return cur;




reply via email to

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