mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-22 01:40:17 -05:00
conf: don't fail to start when there's no configuration file
This commit is contained in:
parent
df91698ff3
commit
b494f24552
1 changed files with 1 additions and 0 deletions
1
config.c
1
config.c
|
|
@ -362,6 +362,7 @@ config_load(struct config *conf)
|
|||
if (path == NULL) {
|
||||
/* Default conf */
|
||||
LOG_WARN("no configuration found, using defaults");
|
||||
ret = true;
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue