[BZ #5818]
commit27c377dd04f40e4d0a7e11daad059939e94d9367
authorUlrich Drepper <drepper@redhat.com>
Tue, 4 Mar 2008 01:54:09 +0000 (4 01:54 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 4 Mar 2008 01:54:09 +0000 (4 01:54 +0000)
tree25141dbca8580fbb71b210108fa57457830278d8
parent0f749099e991ef47514bd635225a89a9c0250b80
[BZ #5818]

* nscd/connections.c (dbs): Add initializers for .suggested_module.
(verify_persistent_db): Remove one unnecessary test and add a new one
for bad configuration.
(nscd_init): Improve error reported when persistent database cannot
be reused.
* nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
* nscd/nscd_conf.c (nscd_parse_file): Provide default values for
.suggested_module and .max_db_size and case config file says the
values are zero.
* nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
ChangeLog
nscd/connections.c
nscd/nscd.h
nscd/nscd_conf.c
nscd/nscd_helper.c