Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

moved ipc_init above config file processing. #923

Merged
merged 1 commit into from
Oct 2, 2016

Conversation

patr-ck
Copy link
Contributor

@patr-ck patr-ck commented Oct 2, 2016

This is necessary because commands in the config file (mode for
instance) emit ipc events, and if ipc_init has not been called the
ipc_clients_list is not initialized, and we segfault. This fixes that
bug.

This is necessary because commands in the config file (mode for
instance) emit ipc events, and if ipc_init has not been called the
ipc_clients_list is not initialized, and we segfault.  This fixes that
bug.
@ddevault ddevault merged commit 04db588 into swaywm:master Oct 2, 2016
@ddevault
Copy link
Contributor

ddevault commented Oct 2, 2016

Thanks!

@ddevault ddevault mentioned this pull request Dec 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants