]> git.pond.sub.org Git - empserver/commit
(dflt_econfig): New.
authorMarkus Armbruster <armbru@pond.sub.org>
Wed, 9 Mar 2005 17:11:58 +0000 (17:11 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 9 Mar 2005 17:11:58 +0000 (17:11 +0000)
commit1583d0c6a28223637ab77427330c2befa5107085
tree4c650703e89fb9c8625193a07873f06ed2534415
parent12518b82dd50f2f2702c85564a53615008844f9c
(dflt_econfig): New.
(emp_config): Use it when argument is NULL.  This simplifies callers
except pconfig's main(), which now has to suppress reading the default
file.  Also fix callers to check the return value.  Previously, a typo
could easily start a grossly misconfigured program, with potentially
disastrous results.
include/optlist.h
src/lib/gen/emp_config.c
src/lib/global/path.c
src/server/main.c
src/util/fairland.c
src/util/files.c
src/util/pconfig.c