don't update dir_info_status when we have minimum dir info
commit70f46f7ae6617ee99f5067a0f0e47eac2042eae1
authorRoger Dingledine <arma@torproject.org>
Thu, 19 Feb 2015 11:15:25 +0000 (19 06:15 -0500)
committerRoger Dingledine <arma@torproject.org>
Thu, 19 Feb 2015 11:15:25 +0000 (19 06:15 -0500)
tree594c552715ef7ee114fd2400d8cf900ee7295968
parent0e4bdc400576ba71ae885e94d32adc0e79e8e7fc
don't update dir_info_status when we have minimum dir info

Nothing ever uses the string when we're in "have minimum dir info"
state. The flow of the function is "check for problems, if you see a
problem write an explanation to dir_info_status and set res to 0". If
you get to the end of the function without any problems, then res =
1 and we're all ready to start making circuits.

(Changed after consultation with Yawning.)
src/or/nodelist.c