Change daemon variable & simplify some option code
authorWayne Davison <wayne@opencoder.net>
Sat, 25 Jul 2020 16:15:41 +0000 (09:15 -0700)
committerWayne Davison <wayne@opencoder.net>
Sat, 25 Jul 2020 16:36:42 +0000 (09:36 -0700)
commitf9bb8f76ee728bd1391a2b4890ce0281457a7bf2
treed3db1c93e78c3a9ed5bd26dafa94e3d050e38bd7
parenta5a9f268fe99316a48d5fa6fc768e89469fbe526
Change daemon variable & simplify some option code

- Rename daemon_over_rsh -> daemon_connection since it is also used to
  indicate if a non-rsh daemon connection is active.
- Move the daemon-over-rsh exception out of server_options() to the one
  caller that needs that behavior.
- Don't allow noop_io_until_death() to be short-circuited when talking
  to a daemon over a socket, because it can't send errors via stderr.
clientserver.c
io.c
main.c
options.c