From 5ef9c343fc4b219f01498be7c88e1fdae67c35ee Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 1 Feb 2002 02:22:24 +0000 Subject: Sunil Shetye's fixews for IMAP and SMTP edge cases. svn path=/trunk/; revision=3570 --- fetchmail.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 4c07dee6..d7dbf59c 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1204,10 +1204,7 @@ static void terminate_poll(int sig) { /* don't send QUIT for ODMR case because we're acting as a proxy between the SMTP server and client. */ - if (ctl->server.protocol != P_ODMR) - SMTP_quit(ctl->smtp_socket); - SockClose(ctl->smtp_socket); - ctl->smtp_socket = -1; + smtp_close(ctl, ctl->server.protocol != P_ODMR); } } -- cgit v1.2.3