Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jan 2006 12:34:28 +0000 (UTC)
From:      Yar Tikhiy <yar@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/libexec/ftpd ftpd.c
Message-ID:  <200601211234.k0LCYSIe071114@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601211234.k0LCYSIe071114>