summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>2001-08-28 19:57:30 +0000
committerBob Beck <beck@cvs.openbsd.org>2001-08-28 19:57:30 +0000
commit715693c0d94a1b966d8e8951d808f8984239659a (patch)
treee0d8c6a2311b5deab9f93583005170078652cd04 /libexec
parentb422d52c3664547a84993a5aec3b497487c4f95f (diff)
remove unneeded code (this is done later)
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ftp-proxy/ftp-proxy.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/libexec/ftp-proxy/ftp-proxy.c b/libexec/ftp-proxy/ftp-proxy.c
index 551f62e2950..887d23403a6 100644
--- a/libexec/ftp-proxy/ftp-proxy.c
+++ b/libexec/ftp-proxy/ftp-proxy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ftp-proxy.c,v 1.13 2001/08/28 19:35:04 deraadt Exp $ */
+/* $OpenBSD: ftp-proxy.c,v 1.14 2001/08/28 19:57:29 beck Exp $ */
/*
* Copyright (c) 1996-2001
@@ -1070,15 +1070,6 @@ main(int argc, char **argv)
client_iob.fd = 0;
- /*
- * Check to see if we have a timeout defined, if so,
- * set a timeout for this select call to that value, so
- * we may time out if don't see any data in timeout
- * seconds.
- */
- tv.tv_sec = timeout_seconds;
- tv.tv_usec = 0;
-
debuglog(1, "client is %s:%u\n", ClientName,
ntohs(client_iob.sa.sin_port));