K 10 svn:author V 5 maxim K 8 svn:date V 27 2004-09-24T13:21:52.000000Z K 7 svn:log V 370 o Merge rev. 1.5 libexec/ftpd/ftpd.c from DragonflyBSD: Do not unconditionally fork() after accept(). accept() can return -1 due to an interrupted system call (i.e. SIGCHLD). If we fork in that case ftpd can get into an accept()/SIGCHLD/fork/[fail]/repeat loop. Reported-by: fabian Obtained from: DragonflyBSD MFC after: 1 month END