OwningControllerFD should be immutable, not OwningControllerProcess.
commit1ee17dc07a4033546b5b4cfaedc3ace902ac8b20
authorNick Mathewson <nickm@torproject.org>
Wed, 6 Nov 2019 13:26:58 +0000 (6 08:26 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 6 Nov 2019 13:37:32 +0000 (6 08:37 -0500)
tree5bba76b56cb8fd654ce415733d90d23bbee1edc4
parent85e566a6a0541b141b694152ac99912d3a349dca
OwningControllerFD should be immutable, not OwningControllerProcess.

This is a mistake I made when marking options as immutable.

Fixes bug 32399.  Bug not in any released Tor.
src/app/config/config.c