Fixed openbsd compile
This commit is contained in:
parent
7f19f4394c
commit
9ebd491840
@ -265,7 +265,7 @@ void nntp(void)
|
|||||||
if (len == 0)
|
if (len == 0)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (strcasestr(buf, "AUTHINFO PASS") == NULL) {
|
if (strcasestr(buf, (char *)"AUTHINFO PASS") == NULL) {
|
||||||
Syslog('n', "< \"%s\"", printable(buf, 0));
|
Syslog('n', "< \"%s\"", printable(buf, 0));
|
||||||
} else {
|
} else {
|
||||||
Syslog('n', "< \"AUTHINFO PASS ********\"");
|
Syslog('n', "< \"AUTHINFO PASS ********\"");
|
||||||
|
Reference in New Issue
Block a user