From: Marcin Siodelski Date: Fri, 8 May 2020 09:29:21 +0000 (+0200) Subject: [#999] Fixed commentary in ha_service.cc X-Git-Tag: Kea-1.7.8~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8ecac743a251276d0318ec49a38e188bfc166fc;p=thirdparty%2Fkea.git [#999] Fixed commentary in ha_service.cc Fixed copy paste error by replacing the word 'terminated' to 'passive-backup'. --- diff --git a/src/hooks/dhcp/high_availability/ha_service.cc b/src/hooks/dhcp/high_availability/ha_service.cc index cd74ada569..9e4ef4c12a 100644 --- a/src/hooks/dhcp/high_availability/ha_service.cc +++ b/src/hooks/dhcp/high_availability/ha_service.cc @@ -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.