This commit is contained in:
Eric Andersen 2003-05-23 09:29:57 +00:00
parent d4f90ed37e
commit 46ba568fc0

View File

@ -439,6 +439,7 @@ static int serveConnection(char *tmpbuf, int n_read)
}
if (pri & ~(LOG_FACMASK | LOG_PRIMASK)) {
pri = (LOG_USER | LOG_NOTICE);
}
} else if (c == '\n') {
*q++ = ' ';
} else if (iscntrl(c) && (c < 0177)) {