bug22720 471 B

123456789
  1. o Minor bugfixes (process behavior):
  2. - When exiting because of an error, always exit with a nonzero
  3. exit status. Previously, we would fail to report an error in
  4. our exit status in cases related to lockfile contention,
  5. __OwningControllerProcess failure, and Ed25519 key
  6. initialization. Fixes bug 22720; bugfix on versions
  7. 0.2.1.6-alpha, 0.2.2.28-beta, and 0.2.7.2-alpha
  8. respectively. Reported by "f55jwk4f"; patch from "huyvq".