diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-29 16:51:50 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-29 16:51:50 +0000 |
commit | 45fa6631f675abd76759238ce665ce960fdcbf5f (patch) | |
tree | 474e98c1aa1730e92839a22d7f7c82543b609911 /driver.c | |
parent | 8418a50671c8edb25514c4ed87b18b4515941107 (diff) | |
download | fetchmail-45fa6631f675abd76759238ce665ce960fdcbf5f.tar.gz fetchmail-45fa6631f675abd76759238ce665ce960fdcbf5f.tar.bz2 fetchmail-45fa6631f675abd76759238ce665ce960fdcbf5f.zip |
smtp_close isn't used any more.
svn path=/trunk/; revision=419
Diffstat (limited to 'driver.c')
-rw-r--r-- | driver.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -1019,15 +1019,6 @@ closeUp: return(ok); } -void smtp_close(mboxfd) -/* close the current SMTP connection */ -int mboxfd; -{ - if (mboxfd != -1) - { - close(mboxfd); - } -} #if defined(HAVE_STDARG_H) void gen_send(int socket, char *fmt, ... ) /* assemble command in printf(3) style and send to the server */ |