Skip to content

Commit

Permalink
docs: fix comment wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdibi committed Nov 23, 2023
1 parent 73695ba commit ce97caa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -509,8 +509,8 @@ private void writeDhcpServerConfiguration(Set<String> interfaceNames) {
dhcpServerConfigWriter.writeConfiguration();
this.dhcpServerMonitor.putDhcpServerInterfaceConfiguration(interfaceName, true);
this.dhcpServerMonitor.disable(interfaceName); // Side effect: we rely on the monitor bringing the
// server back up so that the configuration can
// change take effect
// server back up so that the configuration change
// takes effect

} catch (UnknownHostException | KuraException e) {
logger.error("Failed to write DHCP Server configuration", e);
Expand Down

0 comments on commit ce97caa

Please sign in to comment.