CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/05/08 09:22:49
Modified files:
libexec/ftpd : ftpd.c monitor.c
Log message:
There is no call to setpassent(1) or to getpwent(), so endpwent()
is not required. Strangely, this pattern of calling endpwent() after
getpwuid() or getpwnam() has become quite common, and I have a bunch
of mop-up diffs coming.
Discussed with millert.
