diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-09 18:29:14 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-09 18:29:14 +0000 |
commit | bc977a8b97d4975922f5ecc81a7393a8cf6cfe6d (patch) | |
tree | 2cbc650744d09f84f6da2449c40b1360f2414ba6 | |
parent | c0de8b3ade0ae557755003482a4b67b350efedd3 (diff) | |
download | fetchmail-bc977a8b97d4975922f5ecc81a7393a8cf6cfe6d.tar.gz fetchmail-bc977a8b97d4975922f5ecc81a7393a8cf6cfe6d.tar.bz2 fetchmail-bc977a8b97d4975922f5ecc81a7393a8cf6cfe6d.zip |
Removed all pretentions to RPOP support.
svn path=/trunk/; revision=273
-rw-r--r-- | driver.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -505,10 +505,6 @@ struct method *proto; char buf [POPBUFSIZE+1], host[HOSTLEN+1]; int socket; void (*sigsave)(); - -#ifdef HAVE_RRESVPORT_H - int privport = -1; -#endif /* HAVE_RRESVPORT_H */ int num, count, deletions = 0; alarmed = 0; @@ -685,11 +681,6 @@ cleanUp: close(socket); } -#ifdef HAVE_RRESVPORT_H - if (privport != -1) - close(privport); /* no big deal if this fails */ -#endif /* HAVE_RRESVPORT_H */ - closeUp: if (mboxfd != -1) { |