mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-05 00:15:17 +00:00
[#3281] use shared_from_this
This commit is contained in:
@@ -4812,6 +4812,7 @@ Dhcpv4Srv::stopD2() {
|
||||
D2ClientMgr& d2_mgr = CfgMgr::instance().getD2ClientMgr();
|
||||
if (d2_mgr.ddnsEnabled()) {
|
||||
// Updates are enabled, so lets stop the sender
|
||||
d2_mgr.stop();
|
||||
d2_mgr.stopSender();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user