]> git.ipfire.org Git - thirdparty/tor.git/commit
Call cpu_init if we change to being a relay
authorSebastian Hahn <sebastian@torproject.org>
Sun, 15 Feb 2015 10:49:19 +0000 (11:49 +0100)
committerSebastian Hahn <sebastian@torproject.org>
Sun, 15 Feb 2015 10:49:19 +0000 (11:49 +0100)
commit3bcdb26267502e0d1de5d01854c8a2cf29a5e5f4
tree9c36d82aa3362c982229153b5bd54f6969967791
parent424edd57105ea6eaf96d7db66e00ac1298f9dc52
Call cpu_init if we change to being a relay

The issue is that we use the cpuworker system with relays only, so if we
start up as a client and transition to being a relay later, we'll be
sad.

This fixes bug 14901; not in any released version of Tor.
src/or/config.c
src/or/cpuworker.c