Page MenuHomeFreeBSD

ctld: Some bool-related cleanups
ClosedPublic

Authored by jhb on Feb 11 2025, 1:20 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 22, 6:35 PM
Unknown Object (File)
Sun, Mar 22, 8:42 AM
Unknown Object (File)
Sat, Mar 21, 9:22 PM
Unknown Object (File)
Sat, Mar 21, 5:45 PM
Unknown Object (File)
Thu, Mar 19, 2:18 AM
Unknown Object (File)
Thu, Mar 12, 8:20 AM
Unknown Object (File)
Wed, Feb 25, 9:53 AM
Unknown Object (File)
Wed, Feb 25, 9:00 AM
Subscribers

Details

Summary
  • Convert a few variables from int to bool
  • Return bool instead of inverted 0/1 from configuration parsing functions and the auth check functions
  • Invert the existing dont_daemonize bool into a daemonize boolx

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable