From: saerome.kim Date: Mon, 22 Jan 2018 05:38:02 +0000 (+0900) Subject: mot-agent: Once 'Invite' called, make remote devices to be MOTed only. X-Git-Tag: submit/tizen/20190131.065036~179 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b77bfd0d51e4b19abe51bcce8b76ac70e5781e11;p=platform%2Fcore%2Fapi%2Fmulti-device-group.git mot-agent: Once 'Invite' called, make remote devices to be MOTed only. Signed-off-by: saerome.kim --- diff --git a/src/companion-manager/src/comp_mot_agent.c b/src/companion-manager/src/comp_mot_agent.c index c01ad9b..0e730b4 100644 --- a/src/companion-manager/src/comp_mot_agent.c +++ b/src/companion-manager/src/comp_mot_agent.c @@ -448,7 +448,7 @@ static gboolean __perform_remove_cred_at_local(gpointer data) { int ret; - ret = agent_remove_cred_at_local(device_uuid1); + ret = agent_remove_cred_at_local(device_uuid2); if (ret != COMP_ERROR_NONE) { comp_group_notify_group_dismiss(ret); g_free(device_uuid1);