mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37:55 +00:00
[#1077] throw Unexpected in NetconfAgent::init
This commit is contained in:
parent
d4b03fe8b0
commit
1bb2fa1262
@ -134,7 +134,7 @@ void
|
||||
NetconfAgent::init(NetconfCfgMgrPtr cfg_mgr) {
|
||||
// Check for a configuration manager.
|
||||
if (!cfg_mgr) {
|
||||
isc_throw(BadValue, "missing configuration for kea-netconf");
|
||||
isc_throw(Unexpected, "missing configuration manager");
|
||||
return;
|
||||
}
|
||||
const CfgServersMapPtr& servers =
|
||||
|
Loading…
x
Reference in New Issue
Block a user