* [PATCH] dun_gw: Fix automatic GIOChannel closing when a bluetooth connection is attempted.
@ 2011-03-11 13:39 Guillaume Zajac
2011-03-11 20:05 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: Guillaume Zajac @ 2011-03-11 13:39 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 512 bytes --]
---
plugins/dun_gw.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/plugins/dun_gw.c b/plugins/dun_gw.c
index 53edc74..3bc4836 100644
--- a/plugins/dun_gw.c
+++ b/plugins/dun_gw.c
@@ -101,7 +101,7 @@ static void dun_gw_connect_cb(GIOChannel *io, GError *err, gpointer user_data)
}
fd = g_io_channel_unix_get_fd(io);
- g_io_channel_set_close_on_unref(io, TRUE);
+ g_io_channel_set_close_on_unref(io, FALSE);
ofono_emulator_register(em, fd);
}
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] dun_gw: Fix automatic GIOChannel closing when a bluetooth connection is attempted.
2011-03-11 13:39 [PATCH] dun_gw: Fix automatic GIOChannel closing when a bluetooth connection is attempted Guillaume Zajac
@ 2011-03-11 20:05 ` Denis Kenzior
0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2011-03-11 20:05 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 215 bytes --]
Hi Guillaume,
On 03/11/2011 07:39 AM, Guillaume Zajac wrote:
> ---
> plugins/dun_gw.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
Patch has been applied, thanks.
Regards,
-Denis
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-11 20:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-11 13:39 [PATCH] dun_gw: Fix automatic GIOChannel closing when a bluetooth connection is attempted Guillaume Zajac
2011-03-11 20:05 ` Denis Kenzior
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.