Fix a failure case of connection_ap_handshake_attach_circuit()
commit8a36f2125137dc31a0771a8eeac0f2bb8c1343d0
authorSebastian Hahn <sebastian@torproject.org>
Wed, 27 Apr 2011 23:48:25 +0000 (28 01:48 +0200)
committerSebastian Hahn <sebastian@torproject.org>
Thu, 28 Apr 2011 16:14:50 +0000 (28 18:14 +0200)
treee58631c7739b543e47dce031b7c5d87a4ed3f30a
parentf1cf9bd74d225e90ca123eb664c1c5538eedaa03
Fix a failure case of connection_ap_handshake_attach_circuit()

tor_fragile_assert() might be a no-op, so we have to return something
here to indicate failure to the caller.
src/or/circuituse.c