X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/9db3474c4cfc16b01d132e03ddf2c91b8db8b594..4548a3ecc4248a1d4:/mts/smtp/smtp.c diff --git a/mts/smtp/smtp.c b/mts/smtp/smtp.c index b1d57dd6..4b2e30a6 100755 --- a/mts/smtp/smtp.c +++ b/mts/smtp/smtp.c @@ -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;