aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport.c')
-rw-r--r--src/transport/gnunet-service-transport.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c
index 65519914a..fcd2a492d 100644
--- a/src/transport/gnunet-service-transport.c
+++ b/src/transport/gnunet-service-transport.c
@@ -895,7 +895,9 @@ ats_request_address_change (void *cls,
895 /* ATS service died, all suggestions become invalid! 895 /* ATS service died, all suggestions become invalid!
896 (but we'll keep using the allocations for a little 896 (but we'll keep using the allocations for a little
897 while, to keep going while ATS restarts) */ 897 while, to keep going while ATS restarts) */
898 // FIXME: do something? 898 /* FIXME: We should drop all
899 connections now, as ATS won't explicitly tell
900 us and be unaware of ongoing resource allocations! */
899 return; 901 return;
900 } 902 }
901 /* ATS tells me to disconnect from peer */ 903 /* ATS tells me to disconnect from peer */