diff options
| author | Karel Klic <kklic@redhat.com> | 2009-10-22 14:38:55 +0200 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2009-10-22 14:38:55 +0200 |
| commit | eec58f224eda6415f58907f37efb2f3e51453362 (patch) | |
| tree | 5dc0b525a4b2c187dae423e9d9603f742207f525 /src/CLI/dbus.cpp | |
| parent | 71571cc968cf8b002eee6761be96b8af7969483f (diff) | |
| parent | 326f6403b29aa2e2932826dc6facb567ebac8ab7 (diff) | |
| download | abrt-eec58f224eda6415f58907f37efb2f3e51453362.tar.gz abrt-eec58f224eda6415f58907f37efb2f3e51453362.tar.xz abrt-eec58f224eda6415f58907f37efb2f3e51453362.zip | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
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) { |
