From 814d115140b32f38f93a2ac38d6f09dee8608093 Mon Sep 17 00:00:00 2001 From: Krisztian Litkey Date: Tue, 24 Sep 2013 22:13:55 +0300 Subject: [PATCH] config: don't try to load D-Bus plugin. --- src/daemon/murphy.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/daemon/murphy.lua b/src/daemon/murphy.lua index 10f1758..562572a 100644 --- a/src/daemon/murphy.lua +++ b/src/daemon/murphy.lua @@ -35,9 +35,9 @@ if m:plugin_exists('test.disabled') then end -- load the dbus plugin if it exists -if m:plugin_exists('dbus') then - m:load_plugin('dbus') -end +-- if m:plugin_exists('dbus') then +-- m:load_plugin('dbus') +-- end -- load glib plugin, ignoring any errors m:try_load_plugin('glib') -- 2.7.4