From cd80903ecf88aa59c8434496677f2f94799dfd7c Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Thu, 17 Dec 2009 07:40:52 +0200 Subject: [PATCH] Don't emit crashed signal when creating automatic studios --- daemon/studio.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daemon/studio.c b/daemon/studio.c index f863b6bb..842c8103 100644 --- a/daemon/studio.c +++ b/daemon/studio.c @@ -204,6 +204,8 @@ void studio_run(void) if (state) { + ladish_environment_ignore(&g_studio.env_store, ladish_environment_jack_server_present); + /* Automatic studio creation on JACK server start */ if (g_studio.dbus_object == NULL) { -- 2.11.4.GIT