Bug: Some config set functions do not perform the checks for passed values if
called in apply=0 mode.
There is a memory leak if setting the config values in ldbm_config_modify_entry_callback()
fails and reapply_mods was aready set.
Fix: to prevent the memory leak only modify the list of mods if all parameter
settings will succeed. this also requires that checks are correctly
execute in apply mode 0.
For all confi set functions which do checks do it also for apply_mode 0.
Bug: Some config set functions do not perform the checks for passed values if
called in apply=0 mode.
There is a memory leak if setting the config values in ldbm_config_modify_entry_callback()
fails and reapply_mods was aready set.
Fix: to prevent the memory leak only modify the list of mods if all parameter
settings will succeed. this also requires that checks are correctly
execute in apply mode 0.
For all confi set functions which do checks do it also for apply_mode 0.
Reviewd by: ?