Fix a remaining bug in Robert's bug1859 fix.
commit5f3010667d9473d5c246ff77d6dc3d0ad4c4f30a
authorNick Mathewson <nickm@torproject.org>
Thu, 21 Oct 2010 15:08:15 +0000 (21 11:08 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 21 Oct 2010 15:09:35 +0000 (21 11:09 -0400)
tree00e1dbddb9f9fe9d638188a2ad95d520a4b4e780
parent0e8d1c22177fa10b7f5fd6214d6b3c7e5eeaafac
Fix a remaining bug in Robert's bug1859 fix.

When intro->extend_info is created for an introduction point, it
only starts out with a nickname, not necessarily an identity digest.
Thus, doing router_get_by_digest isn't necessarily safe.
src/or/rendclient.c