summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2002-07-16 16:48:15 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2002-07-16 16:48:15 +0000
commit5f76ebf34e6dc22949a8f8d6f9bd634df53eafc0 (patch)
treeb8450306268b883ab69ffc8af09acfff8cc6c36c /libexec
parent55b54aa791ac9d498f7634549a3fe835b1451ca0 (diff)
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ftpd/ftpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c
index 431949506a36a..5ad85c97a5b1d 100644
--- a/libexec/ftpd/ftpd.c
+++ b/libexec/ftpd/ftpd.c
@@ -767,7 +767,7 @@ inithosts(void)
ai->ai_addr->sa_len) == 0) {
gothost++;
break;
- }
+ }
if (gothost)
break;
}