From: George Kadianakis Date: Thu, 15 Mar 2012 21:36:00 +0000 (-0700) Subject: Change extra-info "method" to "transport". X-Git-Tag: tor-0.2.4.1-alpha~87^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8e49c57893f35b9b3c45865d00040bd05e53f0c;p=thirdparty%2Ftor.git Change extra-info "method" to "transport". --- diff --git a/src/or/transports.c b/src/or/transports.c index 26bb26037c..251884601c 100644 --- a/src/or/transports.c +++ b/src/or/transports.c @@ -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);