diff options
Diffstat (limited to 'driver.c')
-rw-r--r-- | driver.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -895,7 +895,8 @@ cleanUp: closeUp: if (mboxfd != -1) { - SMTP_quit(mboxfd); + if (!queryctl->mda[0]) + SMTP_quit(mboxfd); close(mboxfd); } alarm(0); |