aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-25 12:37:19 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-25 12:37:19 +0000
commitb70a00756b53bbbbd008ead49c8bf00474807a00 (patch)
tree905c2febe2a3a4a3b4fc792e01d9d54359118596 /src/integration-tests
parent9c4f5c8f1b481103f871c20bb568ff7d1911cb10 (diff)
downloadgnunet-b70a00756b53bbbbd008ead49c8bf00474807a00.tar.gz
gnunet-b70a00756b53bbbbd008ead49c8bf00474807a00.zip
-LRN: misc patches / fixes
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 942059c91..242322bb6 100644
--- a/src/integration-tests/connection_watchdog.c
+++ b/src/integration-tests/connection_watchdog.c
@@ -983,7 +983,7 @@ init ()
983 983
984 GNUNET_log (GNUNET_ERROR_TYPE_INFO, _("Transport plugin: `%s' port %llu\n"), pos, port); 984 GNUNET_log (GNUNET_ERROR_TYPE_INFO, _("Transport plugin: `%s' port %llu\n"), pos, port);
985 cur = GNUNET_malloc(sizeof (struct TransportPlugin)); 985 cur = GNUNET_malloc(sizeof (struct TransportPlugin));
986 cur->short_name = strdup (pos); 986 cur->short_name = GNUNET_strdup (pos);
987 cur->port = port; 987 cur->port = port;
988 if (0 == strcmp("tcp", pos)) 988 if (0 == strcmp("tcp", pos))
989 { 989 {