]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#999] Fixed commentary in ha_service.cc
authorMarcin Siodelski <marcin@isc.org>
Fri, 8 May 2020 09:29:21 +0000 (11:29 +0200)
committerMarcin Siodelski <marcin@isc.org>
Fri, 8 May 2020 17:29:09 +0000 (19:29 +0200)
Fixed copy paste error by replacing the word 'terminated' to
'passive-backup'.

src/hooks/dhcp/high_availability/ha_service.cc

index cd74ada56945ca67ee10fe5cd6328cd8b447d0bd..9e4ef4c12a5cebe33023c10f3251497a176c0785 100644 (file)
@@ -356,7 +356,7 @@ HAService::passiveBackupStateHandler() {
         query_filter_.serveDefaultScopes();
         adjustNetworkState();
 
-        // In the terminated state we don't send heartbeat.
+        // In the passive-backup state we don't send heartbeat.
         communication_state_->stopHeartbeat();
 
         // Log if the state machine is paused.