2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-05 00:15:17 +00:00

[5351] Checkpoint: todo servers, doc, host DB -- adding control-socket

This commit is contained in:
Francis Dupont
2017-12-02 16:28:34 +01:00
parent 15158895db
commit 3bad9970b2
9 changed files with 203 additions and 3 deletions

View File

@@ -253,7 +253,7 @@ void configureCommandChannel() {
// If the previous or new socket configuration doesn't exist or
// the new configuration differs from the old configuration we
// close the existing socket and open a new socket as appropriate.
// Note that closing an existing socket means the clien will not
// Note that closing an existing socket means the client will not
// receive the configuration result.
if (!sock_cfg || !current_sock_cfg || sock_changed) {
// Close the existing socket (if any).