mdeliver: typo

pull/2/head
Christian Neukirchen 8 years ago
parent cf594afb83
commit d6b34e26b1

@ -37,7 +37,7 @@ gethost() {
gethostname(host, sizeof host);
// termination not posix guaranteed
host[sizeof host - 1] = 0;
// replace / and : with _
// replace / and : with -
char *s;
for (s = host; *s; s++)
if (*s == '/' || *s == ':')

Loading…
Cancel
Save