]> git.ipfire.org Git - thirdparty/tor.git/commit
Merge branch 'bug7011'
authorNick Mathewson <nickm@torproject.org>
Thu, 11 Oct 2012 02:31:06 +0000 (22:31 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 11 Oct 2012 02:31:06 +0000 (22:31 -0400)
commit7ea904cbc0acbe1575ff68700572da76e4e4b10d
treee893c6fd57794cc9b9cacdb414292edd2aa8cb16
parent8b36d4cc2ab95acd4c2c7203afb29a051a38c5c9
parente6d1ab3600c6bbbda7f30093fb7623581a44a325
Merge branch 'bug7011'

Conflicts:
src/or/circuitbuild.c

The conflict was trivial, since no line of code actually changed in
both branches: There was a fmt_addr() that turned into fmt_addrport()
in bug7011, and a "if (!n_conn)" that turned into "if (!n_chan)" in
master.
src/or/circuitbuild.c
src/or/config.c
src/or/connection.c
src/or/connection_edge.c
src/or/connection_or.c
src/or/dirserv.c