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)
Fri, Jun 5, 10:57 PM
Unknown Object (File)
Thu, May 21, 2:45 PM
Unknown Object (File)
Sat, May 16, 4:49 AM
Unknown Object (File)
May 13 2026, 4:57 PM
Unknown Object (File)
May 13 2026, 1:45 PM
Unknown Object (File)
May 12 2026, 7:38 AM
Unknown Object (File)
May 6 2026, 7:49 PM
Unknown Object (File)
May 5 2026, 7:07 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