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, Oct 9, 6:32 PM
Unknown Object (File)
Wed, Oct 1, 3:46 AM
Unknown Object (File)
Sat, Sep 27, 7:27 PM
Unknown Object (File)
Sat, Sep 27, 5:34 PM
Unknown Object (File)
Thu, Sep 25, 10:35 AM
Unknown Object (File)
Wed, Sep 17, 3:53 PM
Unknown Object (File)
Sep 2 2025, 2:56 PM
Unknown Object (File)
Aug 31 2025, 9:05 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