From: Samuel Ortiz Date: Thu, 28 Jun 2012 17:16:36 +0000 (+0200) Subject: device: Async push_ndef returns NULL when reply is pending X-Git-Tag: 0.5~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab942cdb0dc1b38b5fabd5089e7e85f1fe871a60;p=platform%2Fupstream%2Fneard.git device: Async push_ndef returns NULL when reply is pending The push_cb routine will send the actual reply back. --- diff --git a/src/device.c b/src/device.c index 644f8ec..e13f58e 100644 --- a/src/device.c +++ b/src/device.c @@ -282,7 +282,7 @@ static DBusMessage *push_ndef(DBusConnection *conn, goto error; } - return g_dbus_create_reply(msg, DBUS_TYPE_INVALID); + return NULL; error: dbus_message_unref(device->push_msg);