diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-11-13 07:58:40 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-11-13 07:58:40 +0000 |
commit | 40e3342c520a00d47d68f7791cb70cb49d698630 (patch) | |
tree | 79f9e44095c66e64c767a5a145065d712bf162d6 /input | |
parent | b1a10a46b1cdeb034823b83c993836b0dce3ed06 (diff) |
Add D-Bus name setup to common function
Diffstat (limited to 'input')
-rw-r--r-- | input/input-service.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |