Use read_host_config() where appropriate.
This commit is contained in:
parent
3c163a3796
commit
fc119fb009
2 changed files with 5 additions and 16 deletions
|
|
@ -306,7 +306,7 @@ static void sigalrm_handler(void *data) {
|
|||
#endif
|
||||
|
||||
int reload_configuration(void) {
|
||||
char *fname;
|
||||
char *fname = NULL;
|
||||
|
||||
/* Reread our own configuration file */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue