aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ftp
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ftp')
-rw-r--r--usr.bin/ftp/ftp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/ftp/ftp.c b/usr.bin/ftp/ftp.c
index 3c7da3feb2cf3..e2c6a39ad456c 100644
--- a/usr.bin/ftp/ftp.c
+++ b/usr.bin/ftp/ftp.c
@@ -1403,7 +1403,6 @@ noport:
#define UC(b) (((int)b)&0xff)
switch (daddr->su_family) {
- case AF_INET:
#ifdef INET6
case AF_INET6:
#endif