fix an assert error on startup if we didn't already have the
commit9ef72079aedc30869cbea600066ea641f0ca213b
authorRoger Dingledine <arma@torproject.org>
Sun, 4 Nov 2007 01:26:00 +0000 (4 01:26 +0000)
committerRoger Dingledine <arma@torproject.org>
Sun, 4 Nov 2007 01:26:00 +0000 (4 01:26 +0000)
tree70c11ce5b97cec597a7a869d2f0680da36bca802
parente9af56cf2f3adc88e11280d2e6fafc3ce6d0f371
fix an assert error on startup if we didn't already have the
consensus and certs cached in our datadirectory: we were
caching the consensus in consensus_waiting_for_certs but then
free'ing it right after.

more bugs remain here, i think.

svn:r12369
src/or/networkstatus.c