Files
repmgr/repmgrd.c
Martín Marqués 64cebb8b26 When searching for the path of the config file we were using config_file
which is the value the user passes with the -f option. If the user didn't
pass a value, this variable will have a value of NULL.
The variable which has the correct path is config_file_path, which will
have the same value provided by config_file if it's a valid file, or
the file if found in one of the default locations.
2017-09-20 09:22:04 +09:00

15 KiB