fix vicious bug in connection_ap_attach_pending that caused it to
commitd172fdd300677eb696482e74c92b0352de82fec5
authorRoger Dingledine <arma@torproject.org>
Wed, 3 Dec 2003 09:50:02 +0000 (3 09:50 +0000)
committerRoger Dingledine <arma@torproject.org>
Wed, 3 Dec 2003 09:50:02 +0000 (3 09:50 +0000)
tree02e623eb376fc115484285b56057e8549899a37e
parent05b9c35173e901825fdd3e5ddd44358942593c0c
fix vicious bug in connection_ap_attach_pending that caused it to
  never work.
fix vicious bug in choose_good_exit_server that caused it to *skip over*
  pending circuits, and look only at *non-pending circuits*, when choosing
  a good exit node for the new circuit.
bugfix: remove incorrect asserts in circuit_get_newest()

svn:r876
src/or/circuit.c
src/or/connection.c
src/or/connection_edge.c
src/or/onion.c