diff options
-rw-r--r-- | usr.bin/ftp/ftp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/ftp/ftp.c b/usr.bin/ftp/ftp.c index 3c7da3f..e2c6a39 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 |