From: Hyunho Kang Date: Tue, 19 Jul 2016 08:54:21 +0000 (+0900) Subject: Modify send message flag X-Git-Tag: accepted/tizen/common/20160803.193142^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8e40fb8b217abcba5b4e3e0a9c4830a1bdd6f521;p=platform%2Fcore%2Fappfw%2Fmessage-port.git Modify send message flag - 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 --- diff --git a/src/message-port.c b/src/message-port.c index f3f3957..a5fa9a0 100755 --- a/src/message-port.c +++ b/src/message-port.c @@ -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);