Page MenuHomeFreeBSD

ctld: Fix sign bug validating kernel ports when reloading config
ClosedPublic

Authored by jhb on Apr 2 2025, 8:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 22, 9:46 AM
Unknown Object (File)
Sat, Apr 18, 12:46 PM
Unknown Object (File)
Sat, Apr 18, 7:54 AM
Unknown Object (File)
Fri, Apr 17, 9:53 PM
Unknown Object (File)
Thu, Apr 16, 12:56 AM
Unknown Object (File)
Fri, Apr 10, 9:04 PM
Unknown Object (File)
Fri, Apr 10, 4:36 PM
Unknown Object (File)
Fri, Apr 10, 8:35 AM
Subscribers

Details

Summary

When I switched new_pports_from_conf to return bool instead of an
inverted int, I missed updating the call after reloading the config
file due to SIGHUP.

Fixes: 450a84c292ae ("ctld: Some bool-related cleanups")
Sponsored by: Chelsio Communications

Diff Detail

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