Skip to content

Commit f055f3c

Browse files
author
Rainer Keller
committed
Ignore missing default config file
Change-Id: Ieb219833bba906bdca1c8bd1dce18185d86ded86 Reviewed-by: Ulf Hermann <[email protected]>
1 parent 281140e commit f055f3c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

main.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,8 @@ int main(int argc, char **argv)
294294
}
295295

296296
Config config;
297-
if (!parseConfigFile(&config, "/etc/appcontroller.conf")) {
297+
if (!parseConfigFile(&config, "/etc/appcontroller.conf"))
298298
fprintf(stderr, "Failed to parse config file.\n");
299-
return 1;
300-
}
301299

302300
// Parse temporary config files
303301
parseConfigFileDirectory(&config, "/var/lib/b2qt/appcontroller.conf.d");

0 commit comments

Comments
 (0)