Skip to content
Snippets Groups Projects
Commit 1d84bb4d authored by Rafaël Carré's avatar Rafaël Carré
Browse files

* #6574: Don't exit when connection to pulseaudio server fails

parent 630ecc4b
No related branches found
No related tags found
No related merge requests found
......@@ -396,8 +396,8 @@ void PulseLayer::context_state_callback (pa_context* c, void* user_data)
default:
_warn ("Audio: Error : %s" , pa_strerror (pa_context_errno (c)));
pa_threaded_mainloop_signal (pulse->m, 0);
pulse->disconnectAudioStream();
exit (0);
break;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment