summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/tox-bootstrapd.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-06-28 22:14:54 -0400
committerirungentoo <irungentoo@gmail.com>2015-06-28 22:14:54 -0400
commit50e0802a62520fe0aceff9f4e6bb6d54f1bfa0b0 (patch)
tree8042086f5b9183f9a447da438fd9917c80f92077 /other/bootstrap_daemon/tox-bootstrapd.c
parentb8362a6726c49ae53fa08846739f354b7b75ee13 (diff)
Removed useless parameter from new_TCP_server()
Diffstat (limited to 'other/bootstrap_daemon/tox-bootstrapd.c')
-rw-r--r--other/bootstrap_daemon/tox-bootstrapd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/other/bootstrap_daemon/tox-bootstrapd.c b/other/bootstrap_daemon/tox-bootstrapd.c
index 8b5e6a4b..267e7238 100644
--- a/other/bootstrap_daemon/tox-bootstrapd.c
+++ b/other/bootstrap_daemon/tox-bootstrapd.c
@@ -624,8 +624,7 @@ int main(int argc, char *argv[])
624 return 1; 624 return 1;
625 } 625 }
626 626
627 tcp_server = new_TCP_server(enable_ipv6, tcp_relay_port_count, tcp_relay_ports, dht->self_public_key, 627 tcp_server = new_TCP_server(enable_ipv6, tcp_relay_port_count, tcp_relay_ports, dht->self_secret_key, onion);
628 dht->self_secret_key, onion);
629 628
630 // tcp_relay_port_count != 0 at this point 629 // tcp_relay_port_count != 0 at this point
631 free(tcp_relay_ports); 630 free(tcp_relay_ports);