All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] profile: Fix error message in ext_auth
@ 2013-08-01 14:12 Frederic Danis
  2013-08-01 15:53 ` Johan Hedberg
  0 siblings, 1 reply; 2+ messages in thread
From: Frederic Danis @ 2013-08-01 14:12 UTC (permalink / raw)
  To: linux-bluetooth

---
 src/profile.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/profile.c b/src/profile.c
index 4a980f2..90c3535 100644
--- a/src/profile.c
+++ b/src/profile.c
@@ -1010,7 +1010,7 @@ static void ext_auth(DBusError *err, void *user_data)
 	bt_io_get(conn->io, &gerr, BT_IO_OPT_DEST, addr, BT_IO_OPT_INVALID);
 	if (gerr != NULL) {
 		error("Unable to get connect data for %s: %s",
-						ext->name, err->message);
+						ext->name, gerr->message);
 		g_error_free(gerr);
 		goto drop;
 	}
-- 
1.7.9.5


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

* Re: [PATCH] profile: Fix error message in ext_auth
  2013-08-01 14:12 [PATCH] profile: Fix error message in ext_auth Frederic Danis
@ 2013-08-01 15:53 ` Johan Hedberg
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2013-08-01 15:53 UTC (permalink / raw)
  To: Frederic Danis; +Cc: linux-bluetooth

Hi Frederic,

On Thu, Aug 01, 2013, Frederic Danis wrote:
> ---
>  src/profile.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied. Thanks.

Johan

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

end of thread, other threads:[~2013-08-01 15:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-01 14:12 [PATCH] profile: Fix error message in ext_auth Frederic Danis
2013-08-01 15:53 ` Johan Hedberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.