Bug 343 - Errors in config file cause subsequent options to be ignored.
Summary: Errors in config file cause subsequent options to be ignored.
Status: NEW
Alias: None
Product: Slony-I
Classification: Unclassified
Component: slon (show other bugs)
Version: devel
Hardware: All All
: low normal
Assignee: Slony Bugs List
URL:
Depends on:
Blocks:
 
Reported: 2014-05-28 10:30 UTC by Jan Wieck
Modified: 2014-06-25 12:15 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Wieck 2014-05-28 10:30:15 UTC
conf-file.c bails out from the loop, calling set_config_option() on the "false" return, but this does not stop the slon process from starting up.

This has the effect that any options occurring after an unknown or misspelled option will be ignored.
Comment 1 Christopher Browne 2014-06-25 12:15:32 UTC
Seems like it should indicate a FATAL error, so the slon is shut down.