stop asserting at boot
commitcecc5b7aa1030eddcf1a613d103b81f5cb98e959
authorRoger Dingledine <arma@torproject.org>
Tue, 31 May 2011 03:50:37 +0000 (30 23:50 -0400)
committerSebastian Hahn <sebastian@torproject.org>
Wed, 26 Oct 2011 20:09:44 +0000 (26 22:09 +0200)
tree8cfa14c81c803bd0b07116af7e9c3230f3632d32
parent55d9e4b8bad18a99d51b0b6347cef46e730dceda
stop asserting at boot

The patch for 3228 made us try to run init_keys() before we had loaded
our state file, resulting in an assert inside init_keys. We had moved
it too early in the function.

Now it's later in the function, but still above the accounting calls.
src/or/config.c