aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-09 18:29:14 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-09 18:29:14 +0000
commitbc977a8b97d4975922f5ecc81a7393a8cf6cfe6d (patch)
tree2cbc650744d09f84f6da2449c40b1360f2414ba6
parentc0de8b3ade0ae557755003482a4b67b350efedd3 (diff)
downloadfetchmail-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.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/driver.c b/driver.c
index ad8bb016..ca6a1bbc 100644
--- a/driver.c
+++ b/driver.c
@@ -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)
{