aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-18 13:20:15 +0000
committerChristian Grothoff <christian@grothoff.org>2015-01-18 13:20:15 +0000
commit3ad466315e75a2de972e24ae8dbf11febd4d0738 (patch)
tree2d7740bf4a3d4619dd44e45854c1a472e0fda4d2 /src/transport/gnunet-service-transport.c
parent41fb4bc77ef852602063c1723366314ccbefc0a6 (diff)
downloadgnunet-3ad466315e75a2de972e24ae8dbf11febd4d0738.tar.gz
gnunet-3ad466315e75a2de972e24ae8dbf11febd4d0738.zip
-just indentation, dead code
Diffstat (limited to 'src/transport/gnunet-service-transport.c')
-rw-r--r--src/transport/gnunet-service-transport.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c
index 2d2c0db46..b1cf9837b 100644
--- a/src/transport/gnunet-service-transport.c
+++ b/src/transport/gnunet-service-transport.c
@@ -1166,8 +1166,9 @@ run (void *cls, struct GNUNET_SERVER_Handle *server,
1166 GST_hello_start (friend_only, &process_hello_update, NULL ); 1166 GST_hello_start (friend_only, &process_hello_update, NULL );
1167 GNUNET_assert(NULL != GST_hello_get()); 1167 GNUNET_assert(NULL != GST_hello_get());
1168 GST_blacklist_start (GST_server, GST_cfg, &GST_my_identity); 1168 GST_blacklist_start (GST_server, GST_cfg, &GST_my_identity);
1169 GST_ats = GNUNET_ATS_scheduling_init (GST_cfg, &ats_request_address_change, 1169 GST_ats = GNUNET_ATS_scheduling_init (GST_cfg,
1170 NULL ); 1170 &ats_request_address_change,
1171 NULL );
1171 GST_manipulation_init (GST_cfg); 1172 GST_manipulation_init (GST_cfg);
1172 GST_plugins_load (&GST_manipulation_recv, 1173 GST_plugins_load (&GST_manipulation_recv,
1173 &GST_neighbours_register_quota_notification, 1174 &GST_neighbours_register_quota_notification,