diff options
Diffstat (limited to 'src/CLI/dbus.cpp')
| -rw-r--r-- | src/CLI/dbus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CLI/dbus.cpp b/src/CLI/dbus.cpp index 64dac09..420fe70 100644 --- a/src/CLI/dbus.cpp +++ b/src/CLI/dbus.cpp @@ -38,7 +38,7 @@ static DBusMessage* send_get_reply_and_unref(DBusMessage* msg) DBusError err; dbus_error_init(&err); DBusMessage *reply; - reply = dbus_connection_send_with_reply_and_block(s_dbus_conn, + reply = dbus_connection_send_with_reply_and_block(s_dbus_conn, msg, /*timeout*/ -1, &err); if (reply == NULL) { |
