From 40e3342c520a00d47d68f7791cb70cb49d698630 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 13 Nov 2006 07:58:40 +0000 Subject: Add D-Bus name setup to common function --- input/input-service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input/input-service.c') diff --git a/input/input-service.c b/input/input-service.c index b036bf70..14bce1c3 100644 --- a/input/input-service.c +++ b/input/input-service.c @@ -127,7 +127,7 @@ int input_dbus_init(void) const char *description = "A service for input devices"; const char *input_path = INPUT_PATH; - connection = init_dbus(NULL, NULL); + connection = init_dbus(NULL, NULL, NULL); if (!connection) return -1; -- cgit