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)
Thu, Aug 13, 7:18 PM
Unknown Object (File)
Thu, Aug 13, 4:07 PM
Unknown Object (File)
Wed, Aug 12, 4:22 PM
Unknown Object (File)
Wed, Aug 12, 11:20 AM
Unknown Object (File)
Tue, Aug 11, 6:46 PM
Unknown Object (File)
Mon, Aug 10, 5:53 AM
Unknown Object (File)
Sun, Aug 9, 5:06 AM
Unknown Object (File)
Sat, Aug 8, 7:33 PM
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