Revision 333 src/pop.c
| pop.c (revision 333) | ||
|---|---|---|
| 385 | 385 |
g_vsnprintf(buf, sizeof(buf) - 2, format, args); |
| 386 | 386 |
va_end(args); |
| 387 | 387 |
|
| 388 |
if (!strncasecmp(buf, "PASS ", 5)) |
|
| 388 |
if (!g_ascii_strncasecmp(buf, "PASS ", 5))
|
|
| 389 | 389 |
log_print("POP3> PASS ********\n");
|
| 390 | 390 |
else |
| 391 | 391 |
log_print("POP3> %s\n", buf);
|
Also available in: Unified diff