Merge branch 'master' into fix-focus-segfault

This commit is contained in:
Zandr Martin 2016-10-02 22:13:40 -05:00 committed by GitHub
commit 09a44263c3
1 changed files with 2 additions and 2 deletions

View File

@ -213,6 +213,8 @@ int main(int argc, char **argv) {
init_layout();
ipc_init();
if (validate) {
bool valid = load_main_config(config_path, false);
return valid ? 0 : 1;
@ -226,8 +228,6 @@ int main(int argc, char **argv) {
free(config_path);
}
ipc_init();
if (!terminate_request) {
wlc_run();
}