- fix
authorMatthias Wachs <wachs@net.in.tum.de>
Thu, 26 Apr 2012 13:15:28 +0000 (13:15 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Thu, 26 Apr 2012 13:15:28 +0000 (13:15 +0000)
src/integration-tests/connection_watchdog.c

index ff65a9474923598f81509913869a0e5e4262d339..058732c60d926b1b34a76c9f1ce34810e50bde27 100644 (file)
@@ -270,7 +270,7 @@ find_plugin (char * name)
 {
   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;