]> git.ipfire.org Git - thirdparty/tor.git/commit
Make everything in connection.c that uses connection_or_notify_error() also use conne...
authorAndrea Shepard <andrea@torproject.org>
Fri, 9 Nov 2012 22:19:45 +0000 (14:19 -0800)
committerAndrea Shepard <andrea@torproject.org>
Sat, 10 Nov 2012 10:35:47 +0000 (02:35 -0800)
commit99e82cab30efdacd464deec524ee0da3576e69d9
tree2ce98bc522a02cc7f1a83cf673fbb7f5685fd1d2
parent8124398835097c3edfe0200a307092b71acfe0a0
Make everything in connection.c that uses connection_or_notify_error() also use connection_mark_and_close_internal() to avoid spurious warnings
src/or/connection.c