linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ] tools: Fix g_dbus_setup_private connection check in mpris-proxy
@ 2022-03-30  9:47 Frédéric Danis
  2022-03-30 11:09 ` [BlueZ] " bluez.test.bot
  2022-04-04 17:14 ` [PATCH BlueZ] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 3+ messages in thread
From: Frédéric Danis @ 2022-03-30  9:47 UTC (permalink / raw)
  To: linux-bluetooth

---
 tools/mpris-proxy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/mpris-proxy.c b/tools/mpris-proxy.c
index 91a25501d..3779b6887 100644
--- a/tools/mpris-proxy.c
+++ b/tools/mpris-proxy.c
@@ -1978,7 +1978,7 @@ static void register_player(GDBusProxy *proxy)
 
 	player->conn = g_dbus_setup_private(DBUS_BUS_SESSION, player->bus_name,
 									NULL);
-	if (!session) {
+	if (!player->conn) {
 		fprintf(stderr, "Could not register bus name %s",
 							player->bus_name);
 		goto fail;
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* RE: [BlueZ] tools: Fix g_dbus_setup_private connection check in mpris-proxy
  2022-03-30  9:47 [PATCH BlueZ] tools: Fix g_dbus_setup_private connection check in mpris-proxy Frédéric Danis
@ 2022-03-30 11:09 ` bluez.test.bot
  2022-04-04 17:14 ` [PATCH BlueZ] " patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2022-03-30 11:09 UTC (permalink / raw)
  To: linux-bluetooth, frederic.danis

[-- Attachment #1: Type: text/plain, Size: 997 bytes --]

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=627447

---Test result---

Test Summary:
CheckPatch                    PASS      1.57 seconds
GitLint                       PASS      1.10 seconds
Prep - Setup ELL              PASS      51.59 seconds
Build - Prep                  PASS      0.93 seconds
Build - Configure             PASS      10.28 seconds
Build - Make                  PASS      1821.30 seconds
Make Check                    PASS      12.59 seconds
Make Check w/Valgrind         PASS      528.58 seconds
Make Distcheck                PASS      276.12 seconds
Build w/ext ELL - Configure   PASS      10.18 seconds
Build w/ext ELL - Make        PASS      1781.88 seconds
Incremental Build with patchesPASS      0.00 seconds



---
Regards,
Linux Bluetooth


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH BlueZ] tools: Fix g_dbus_setup_private connection check in mpris-proxy
  2022-03-30  9:47 [PATCH BlueZ] tools: Fix g_dbus_setup_private connection check in mpris-proxy Frédéric Danis
  2022-03-30 11:09 ` [BlueZ] " bluez.test.bot
@ 2022-04-04 17:14 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2022-04-04 17:14 UTC (permalink / raw)
  To: =?utf-8?b?RnLDqWTDqXJpYyBEYW5pcyA8ZnJlZGVyaWMuZGFuaXNAY29sbGFib3JhLmNvbT4=?=
  Cc: linux-bluetooth

Hello:

This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Wed, 30 Mar 2022 11:47:40 +0200 you wrote:
> ---
>  tools/mpris-proxy.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [BlueZ] tools: Fix g_dbus_setup_private connection check in mpris-proxy
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=0f382885d4a3

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-04 21:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-30  9:47 [PATCH BlueZ] tools: Fix g_dbus_setup_private connection check in mpris-proxy Frédéric Danis
2022-03-30 11:09 ` [BlueZ] " bluez.test.bot
2022-04-04 17:14 ` [PATCH BlueZ] " patchwork-bot+bluetooth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).