mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-10 20:22:31 +00:00
Added 'network.bind_address.ipv{4,6}.set' commands.
This commit is contained in:
@@ -388,7 +388,7 @@ print_status_info(char* first, char* last) {
|
||||
if (first > last)
|
||||
throw torrent::internal_error("print_status_info(...) wrote past end of the buffer.");
|
||||
|
||||
auto bind_address = torrent::config::network_config()->bind_address();
|
||||
auto bind_address = torrent::config::network_config()->bind_address_best_match();
|
||||
|
||||
if (!torrent::sa_is_any(bind_address.get())) {
|
||||
first = print_buffer(first, last, " [Bind ");
|
||||
|
||||
Reference in New Issue
Block a user