...
This commit is contained in:
parent
ea9afc6e89
commit
b52894c0d3
1 changed files with 1 additions and 1 deletions
|
|
@ -534,7 +534,7 @@ parse_input(ChildMonitor *self) {
|
|||
DECREF_CHILD(scratch[i]);
|
||||
}
|
||||
if (reload_config_called) {
|
||||
call_boss(load_config_file, "");
|
||||
call_boss(load_config_file, NULL);
|
||||
}
|
||||
return input_read;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue