summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-12-09 22:55:48 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-12-09 22:55:48 +0000
commit8cbec28ebf1358c2e9d6ab1ceb2cde737eb91951 (patch)
tree230a09998cc0c15d6d837dbf4285a368b70ae5e2 /libexec
parent37e25c49bc2871348cec0a490f37eac94073c144 (diff)
knf
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ftpd/ftpd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c
index dba6c538ba3..d673565692a 100644
--- a/libexec/ftpd/ftpd.c
+++ b/libexec/ftpd/ftpd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ftpd.c,v 1.150 2003/12/09 07:22:10 beck Exp $ */
+/* $OpenBSD: ftpd.c,v 1.151 2003/12/09 22:55:47 deraadt Exp $ */
/* $NetBSD: ftpd.c,v 1.15 1995/06/03 22:46:47 mycroft Exp $ */
/*
@@ -70,7 +70,7 @@ static const char copyright[] =
static const char sccsid[] = "@(#)ftpd.c 8.4 (Berkeley) 4/16/94";
#else
static const char rcsid[] =
- "$OpenBSD: ftpd.c,v 1.150 2003/12/09 07:22:10 beck Exp $";
+ "$OpenBSD: ftpd.c,v 1.151 2003/12/09 22:55:47 deraadt Exp $";
#endif
#endif /* not lint */
@@ -1468,7 +1468,7 @@ dataconn(char *name, off_t size, char *mode)
return (NULL);
}
if (data_dest.su_family != his_addr.su_family ||
- ntohs(*p) < IPPORT_RESERVED || ntohs(*p) == 2049) { /* XXX */
+ ntohs(*p) < IPPORT_RESERVED || ntohs(*p) == 2049) { /* XXX */
perror_reply(425, "Can't build data connection");
(void) fclose(file);
return NULL;