From d29f00801f0c468640792ca5888c4f7b16f94254 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 16 Nov 1996 16:38:34 +0000 Subject: Include Cameron McPherson's patch for handling multi-line SMTP responses. svn path=/trunk/; revision=545 --- fetchmail.c | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 3cfe3466..b10da556 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -357,6 +357,7 @@ int main (int argc, char **argv) for (ctl = querylist; ctl; ctl = ctl->next) if (ctl->smtp_sockfp) { + SMTP_quit(ctl->smtp_sockfp); fclose(ctl->smtp_sockfp); ctl->smtp_sockfp = (FILE *)NULL; } -- cgit v1.2.3