2
0
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:
Razvan Becheriu
2024-03-16 01:44:37 +02:00
parent 4aa48a18e9
commit 94fa86e3c0
20 changed files with 198 additions and 134 deletions

View File

@@ -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();
}
}