X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/96a2a03a1473522669e8848959c3aa380cf3d4eb..370eb511c48f5d0a2e28336835e9929e6215abb1:/mts/smtp/smtp.c diff --git a/mts/smtp/smtp.c b/mts/smtp/smtp.c index f8478427..2f57483d 100644 --- a/mts/smtp/smtp.c +++ b/mts/smtp/smtp.c @@ -540,7 +540,7 @@ sm_wtxt (char *buffer, int len) int sm_wtend (void) { - if (sm_wstream ((char *) NULL, 0) == NOTOK) + if (sm_wstream(NULL, 0) == NOTOK) return RP_BHST; switch (smtalk (SM_DOT + 3 * sm_addrs, ".")) { @@ -935,7 +935,7 @@ EHLOset (char *s) } } - return 0; + return NULL; } /*