Fixed openbsd compile

This commit is contained in:
Michiel Broek 2007-08-25 13:52:19 +00:00
parent 7f19f4394c
commit 9ebd491840

View File

@ -265,7 +265,7 @@ void nntp(void)
if (len == 0)
continue;
if (strcasestr(buf, "AUTHINFO PASS") == NULL) {
if (strcasestr(buf, (char *)"AUTHINFO PASS") == NULL) {
Syslog('n', "< \"%s\"", printable(buf, 0));
} else {
Syslog('n', "< \"AUTHINFO PASS ********\"");