network_state_->disableService();
if (!db_reconnect_ctl) {
- // This shouldn't never happen
+ // This should never happen
LOG_ERROR(dhcp4_logger, DHCP4_DB_RECONNECT_NO_DB_CTL);
return (false);
}
network_state_->enableService();
if (!db_reconnect_ctl) {
- // This shouldn't never happen
+ // This should never happen
LOG_ERROR(dhcp4_logger, DHCP4_DB_RECONNECT_NO_DB_CTL);
return (false);
}
bool
ControlledDhcpv4Srv::dbFailedCallback(ReconnectCtlPtr db_reconnect_ctl) {
if (!db_reconnect_ctl) {
- // This shouldn't never happen
+ // This should never happen
LOG_ERROR(dhcp4_logger, DHCP4_DB_RECONNECT_NO_DB_CTL);
return (false);
}
network_state_->disableService();
if (!db_reconnect_ctl) {
- // This shouldn't never happen
+ // This should never happen
LOG_ERROR(dhcp6_logger, DHCP6_DB_RECONNECT_NO_DB_CTL);
return (false);
}
network_state_->enableService();
if (!db_reconnect_ctl) {
- // This shouldn't never happen
+ // This should never happen
LOG_ERROR(dhcp6_logger, DHCP6_DB_RECONNECT_NO_DB_CTL);
return (false);
}
bool
ControlledDhcpv6Srv::dbFailedCallback(ReconnectCtlPtr db_reconnect_ctl) {
if (!db_reconnect_ctl) {
- // This shouldn't never happen
+ // This should never happen
LOG_ERROR(dhcp6_logger, DHCP6_DB_RECONNECT_NO_DB_CTL);
return (false);
}