mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-15 08:21:03 -04: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) {
|
if (path == NULL) {
|
||||||
/* Default conf */
|
/* Default conf */
|
||||||
LOG_WARN("no configuration found, using defaults");
|
LOG_WARN("no configuration found, using defaults");
|
||||||
|
ret = true;
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue