diff options
-rw-r--r-- | libexec/ftpd/ftpd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c index cfa1a43..bd57cee 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; |