aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-06-13 00:06:42 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-06-13 00:06:42 +0000
commitad442344b65203a9b7cf732da6f956ae62fd47cb (patch)
treea54c280dc97c78fad5aefe2b1363d0242cfbd29d /libexec
parentb1494cf05ab4cc4c9a1539217ecb3bbf977b9c7a (diff)
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ftpd/ftpd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c
index cfa1a43b4c50d..bd57cee0ebf0c 100644
--- a/libexec/ftpd/ftpd.c
+++ b/libexec/ftpd/ftpd.c
@@ -160,11 +160,11 @@ off_t byte_count;
int defumask = CMASK; /* default umask value */
char tmpline[7];
char *hostname;
+int epsvall = 0;
+
#ifdef VIRTUAL_HOSTING
char *ftpuser;
-int epsvall = 0;
-
static struct ftphost {
struct ftphost *next;
struct addrinfo *hostinfo;