aboutsummaryrefslogtreecommitdiffstats
path: root/erts/epmd/src/epmd.c
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2016-03-01 14:06:20 +0100
committerIngela Anderton Andin <[email protected]>2016-03-01 14:06:20 +0100
commit75bc5bebc070a59535b8f6b7b9085c210b4723b5 (patch)
tree8868096be6ad2eadce99475293f370008df1aa9f /erts/epmd/src/epmd.c
parent6f8997c001a17b9d9322e26757690489d6111dac (diff)
parent40695d080b0dc0665b01803768ffc74ed2eca207 (diff)
downloadotp-75bc5bebc070a59535b8f6b7b9085c210b4723b5.tar.gz
otp-75bc5bebc070a59535b8f6b7b9085c210b4723b5.tar.bz2
otp-75bc5bebc070a59535b8f6b7b9085c210b4723b5.zip
Merge branch 'msantos/epmd-IPv6-node-reg2/PR-864/OTP-13364' into maint
* msantos/epmd-IPv6-node-reg2/PR-864/OTP-13364: epmd: support IPv6 node registration
Diffstat (limited to 'erts/epmd/src/epmd.c')
-rw-r--r--erts/epmd/src/epmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/epmd/src/epmd.c b/erts/epmd/src/epmd.c
index 63ec18d939..5513cb2d7e 100644
--- a/erts/epmd/src/epmd.c
+++ b/erts/epmd/src/epmd.c
@@ -343,7 +343,7 @@ static void run_daemon(EpmdVars *g)
for (fd = 0; fd < g->max_conn ; fd++) /* close all files ... */
close(fd);
/* Syslog on linux will try to write to whatever if we dont
- inform it of that the log is closed. */
+ inform it that the log is closed. */
closelog();
/* These shouldn't be needed but for safety... */