ossp-pkg/lmtp2nntp/nntp.c 1.15 -> 1.16
--- nntp.c 2001/08/23 09:12:30 1.15
+++ nntp.c 2001/08/27 14:25:33 1.16
@@ -347,7 +347,7 @@
if (strncmp(line, "240", 3) == 0)
return NNTP_OK;
- if (nntp->kludgeinn441dup == TRUE) {
+ if (nntp->kludgeinn441dup) {
if (strncmp(line, "441 435", 7) == 0)
return NNTP_OK;
}
|
|