yar 2006-01-21 12:34:28 UTC
FreeBSD src repository
Modified files:
libexec/ftpd ftpd.c
Log:
The daemon's child shouldn't go on with the for loop
over ctl_sock's -- it is solely the parent daemon's
job. So just break out of the loop in the child.
MFC after: 5 days
Revision Changes Path
1.208 +7 -6 src/libexec/ftpd/ftpd.c