mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
Add todo comment
This commit is contained in:
3
config.c
3
config.c
@@ -59,6 +59,9 @@ parse_config(const char *config_file, t_configuration_options * options)
|
|||||||
/*
|
/*
|
||||||
* Since some commands don't require a config file at all, not having one
|
* Since some commands don't require a config file at all, not having one
|
||||||
* isn't necessarily a problem.
|
* isn't necessarily a problem.
|
||||||
|
*
|
||||||
|
* XXX this currently results in an ERROR being logged, which is silly
|
||||||
|
* because it's not an error per-se
|
||||||
*/
|
*/
|
||||||
if (fp == NULL)
|
if (fp == NULL)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user