CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/18 22:17:31
Modified files:
usr.sbin/httpd : config.c
Log message:
httpd: remove redundant search and check return value
The server foreach-loop serves the same purpose as "serverconfig_byid"
did previously.
OK kirill@
