mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +00:00
[#3315] use stopAndPoll
This commit is contained in:
@@ -937,8 +937,9 @@ configureDhcp4Server(Dhcpv4Srv& server, isc::data::ConstElementPtr config_set,
|
||||
return (notify_libraries);
|
||||
}
|
||||
|
||||
/// Let postponed hook initializations to run.
|
||||
/// Let postponed hook initializations run.
|
||||
try {
|
||||
// Handle events registered by hooks using external IOService objects.
|
||||
IOServiceMgr::instance().pollIOServices();
|
||||
} catch (const std::exception& ex) {
|
||||
std::ostringstream err;
|
||||
|
Reference in New Issue
Block a user