mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
Change extra-info "method" to "transport".
This commit is contained in:
parent
ca4e986c1d
commit
f8e49c5789
1 changed files with 1 additions and 1 deletions
|
@ -1401,7 +1401,7 @@ pt_get_extra_info_descriptor_string(void)
|
|||
|
||||
SMARTLIST_FOREACH_BEGIN(mp->transports, const transport_t *, t) {
|
||||
smartlist_add_asprintf(string_chunks,
|
||||
"method %s %s:%u",
|
||||
"transport %s %s:%u",
|
||||
t->name, fmt_addr(&t->addr), t->port);
|
||||
} SMARTLIST_FOREACH_END(t);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue