aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_ats.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-03-18 16:41:57 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-03-18 16:41:57 +0000
commit1d436d8516c2968ce4f36e2f15859075be58f779 (patch)
tree5395d42f77d8b61de6161ca02cbcadd5a8d1ddb8 /src/transport/test_transport_ats.c
parent9239434df21c273fecff72b921e457589fa62c95 (diff)
downloadgnunet-1d436d8516c2968ce4f36e2f15859075be58f779.tar.gz
gnunet-1d436d8516c2968ce4f36e2f15859075be58f779.zip
unix domains sockets are now preferred
Diffstat (limited to 'src/transport/test_transport_ats.c')
-rw-r--r--src/transport/test_transport_ats.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/transport/test_transport_ats.c b/src/transport/test_transport_ats.c
index 4c636cab6..739975951 100644
--- a/src/transport/test_transport_ats.c
+++ b/src/transport/test_transport_ats.c
@@ -336,7 +336,6 @@ static void
336exchange_hello (void *cls, 336exchange_hello (void *cls,
337 const struct GNUNET_MessageHeader *message) 337 const struct GNUNET_MessageHeader *message)
338{ 338{
339 return;
340 struct PeerContext *me = cls; 339 struct PeerContext *me = cls;
341 340
342 GNUNET_TRANSPORT_get_hello_cancel (p1.th, &exchange_hello, me); 341 GNUNET_TRANSPORT_get_hello_cancel (p1.th, &exchange_hello, me);