]> diplodocus.org Git - nmh/blobdiff - mts/smtp/smtp.c
Removed call to fpurge() and its platform-specific emulations
[nmh] / mts / smtp / smtp.c
index b1d57dd6cdb7775072c4e2bbab7c2089e5d29938..4b2e30a6253c799336baf7e8de67bfcf15abae32 100755 (executable)
@@ -799,8 +799,6 @@ sm_end (int type)
                smtalk (SM_QUIT, "QUIT");
            else {
                kill (sm_child, SIGKILL);
-               discard (sm_rfp);
-               discard (sm_wfp);
            }
            if (type == NOTOK) {
                sm_reply.code = sm_note.code;