when we try to exclude our routerinfo from being picked in the
commit3937ecfaae5aa9613e48a3f383acfe15d705ab7c
authorRoger Dingledine <arma@torproject.org>
Wed, 18 Aug 2004 10:32:50 +0000 (18 10:32 +0000)
committerRoger Dingledine <arma@torproject.org>
Wed, 18 Aug 2004 10:32:50 +0000 (18 10:32 +0000)
tree25ce79bcbdc6ae8637e699e6ae803d2169f81648
parent20b88190238a9fe4ba3399e45f1f3e068fdba2e4
when we try to exclude our routerinfo from being picked in the
path, it fails because we're using a pointer to the routerinfo we
generate, not a pointer to the routerinfo in the routerlist. so look
up the right one and use that.

svn:r2286
src/or/circuitbuild.c
src/or/or.h
src/or/routerlist.c