Modify send message flag 47/80647/2 accepted/tizen/common/20160803.193142 accepted/tizen/ivi/20160804.080749 accepted/tizen/mobile/20160804.080841 accepted/tizen/tv/20160804.080707 accepted/tizen/wearable/20160804.080520 submit/tizen/20160803.012753
authorHyunho Kang <hhstark.kang@samsung.com>
Tue, 19 Jul 2016 08:54:21 +0000 (17:54 +0900)
committerHyunho Kang <hhstark.kang@samsung.com>
Tue, 19 Jul 2016 08:59:29 +0000 (17:59 +0900)
- G_DBUS_MESSAGE_FLAGS_NO_REPLY_EXPECTED to G_DBUS_MESSAGE_FLAGS_NONE
- messageport always reply to sender

Change-Id: Ifd7a2ff10943a45ecd4e7540ce2f902db838676a
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
src/message-port.c

index f3f3957..a5fa9a0 100755 (executable)
@@ -1409,7 +1409,6 @@ static int __message_port_send_message(const char *remote_appid, const char *rem
 
                g_dbus_message_set_unix_fd_list(msg, fd_list);
                g_dbus_message_set_body(msg, body);
-               g_dbus_message_set_flags(msg, G_DBUS_MESSAGE_FLAGS_NO_REPLY_EXPECTED);
                g_dbus_connection_send_message(__gdbus_conn, msg, G_DBUS_SEND_MESSAGE_FLAGS_NONE, NULL, &err);
                if (err != NULL) {
                        _LOGE("No reply. error = %s", err->message);