aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-09 20:56:56 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-09 20:56:56 +0000
commit33610083c32bf0eac960dc274b5178e9643eb0c9 (patch)
tree98bee41670abf4ddd17de1e36c6032d0c828565c /src/transport/gnunet-service-transport.c
parent317f52f9b558f4df29cc0d422b01b856668d57e3 (diff)
downloadgnunet-33610083c32bf0eac960dc274b5178e9643eb0c9.tar.gz
gnunet-33610083c32bf0eac960dc274b5178e9643eb0c9.zip
-eliminate dead argument, do use quota immediately
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 */