]> git.ipfire.org Git - thirdparty/tor.git/commit
Exit immediately if we can't monitor our owning controller process
authorRobert Ransom <rransom.8774@gmail.com>
Mon, 16 May 2011 17:25:59 +0000 (10:25 -0700)
committerRobert Ransom <rransom.8774@gmail.com>
Fri, 20 May 2011 15:25:42 +0000 (08:25 -0700)
commitb3133d1cadec0540105a855b1fd2eb741d4eec9d
treed00e7a402ff3c5c323e4e89654fa8904cb0891d8
parent0caa37db4df76fc50af48a107a14e4f139b7fa55
Exit immediately if we can't monitor our owning controller process

tor_process_monitor_new can't currently return NULL, but if it ever can,
we want that to be an explicitly fatal error, without relying on the fact
that monitor_owning_controller_process's chain of caller will exit if it
fails.
src/or/config.c
src/or/control.c
src/or/control.h