aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-08-13 18:53:13 +0000
committerChristian Grothoff <christian@grothoff.org>2016-08-13 18:53:13 +0000
commit15222bc9e49f1260f02b4adb2fe78b279dc1e38f (patch)
tree6c0625626cb075cdbd66263045e3a7a1edb411c4
parent953119fafacef193eda9fb884c966fbe973099a3 (diff)
downloadgnunet-15222bc9e49f1260f02b4adb2fe78b279dc1e38f.tar.gz
gnunet-15222bc9e49f1260f02b4adb2fe78b279dc1e38f.zip
-indeed, fixed
-rw-r--r--src/transport/plugin_transport_udp_broadcasting.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_udp_broadcasting.c b/src/transport/plugin_transport_udp_broadcasting.c
index 45350325a..8ef001ddb 100644
--- a/src/transport/plugin_transport_udp_broadcasting.c
+++ b/src/transport/plugin_transport_udp_broadcasting.c
@@ -377,8 +377,7 @@ udp_ipv6_broadcast_send (void *cls)
377 else 377 else
378 GNUNET_SCHEDULER_add_write_file (GNUNET_TIME_UNIT_FOREVER_REL, 378 GNUNET_SCHEDULER_add_write_file (GNUNET_TIME_UNIT_FOREVER_REL,
379 baddr->cryogenic_fd, 379 baddr->cryogenic_fd,
380// Why does this say ipv4 instead of ipv6 here? Looks like a bug! 380 &udp_ipv6_broadcast_send,
381 &udp_ipv4_broadcast_send,
382 baddr); 381 baddr);
383 } 382 }
384 else 383 else