oops
This commit is contained in:
parent
d4f90ed37e
commit
46ba568fc0
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user