* [PATCH] dpp: set "" arguments to Release method call
@ 2023-12-11 19:37 James Prestwood
2023-12-13 16:06 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: James Prestwood @ 2023-12-11 19:37 UTC (permalink / raw)
To: iwd; +Cc: James Prestwood
Without this the DBus message does not initialize the message
correctly which causes future DBus calls to fail.
---
src/dpp.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/dpp.c b/src/dpp.c
index c7cd4bb3..1ff4b99e 100644
--- a/src/dpp.c
+++ b/src/dpp.c
@@ -391,6 +391,7 @@ static void dpp_agent_release(struct dpp_sm *dpp)
dpp->agent->path,
IWD_SHARED_CODE_AGENT_INTERFACE,
"Release");
+ l_dbus_message_set_arguments(msg, "");
l_dbus_message_set_no_reply(msg, true);
l_dbus_send(dbus_get_bus(), msg);
}
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] dpp: set "" arguments to Release method call
2023-12-11 19:37 [PATCH] dpp: set "" arguments to Release method call James Prestwood
@ 2023-12-13 16:06 ` Denis Kenzior
0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2023-12-13 16:06 UTC (permalink / raw)
To: James Prestwood, iwd
Hi James,
On 12/11/23 13:37, James Prestwood wrote:
> Without this the DBus message does not initialize the message
> correctly which causes future DBus calls to fail.
> ---
> src/dpp.c | 1 +
> 1 file changed, 1 insertion(+)
>
Applied, thanks.
Regards,
-Denis
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-12-13 16:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-11 19:37 [PATCH] dpp: set "" arguments to Release method call James Prestwood
2023-12-13 16:06 ` Denis Kenzior
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox