aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-04-26 13:15:28 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-04-26 13:15:28 +0000
commitec41b913e984e37b6690cd8dedffe679e3e8ac1d (patch)
treef4bba1e2b8e089c1af45f8ebe9a47589f7df65af /src/integration-tests
parent684a4be5c0f05d51d88c63ec07ac7727b39525cd (diff)
downloadgnunet-ec41b913e984e37b6690cd8dedffe679e3e8ac1d.tar.gz
gnunet-ec41b913e984e37b6690cd8dedffe679e3e8ac1d.zip
- fix
Diffstat (limited to 'src/integration-tests')
-rw-r--r--src/integration-tests/connection_watchdog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/integration-tests/connection_watchdog.c b/src/integration-tests/connection_watchdog.c
index ff65a9474..058732c60 100644
--- a/src/integration-tests/connection_watchdog.c
+++ b/src/integration-tests/connection_watchdog.c
@@ -270,7 +270,7 @@ find_plugin (char * name)
270{ 270{
271 struct TransportPlugin *cur = NULL; 271 struct TransportPlugin *cur = NULL;
272 272
273 for (cur = phead; cur != NULL; cur = phead) 273 for (cur = phead; cur != NULL; cur = cur->next)
274 { 274 {
275 if (0 == strcmp(name, cur->short_name)) 275 if (0 == strcmp(name, cur->short_name))
276 return cur; 276 return cur;