summaryrefslogtreecommitdiffstats
path: root/gatchat/ppp_net.c
diff options
context:
space:
mode:
Diffstat (limited to 'gatchat/ppp_net.c')
-rw-r--r--gatchat/ppp_net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gatchat/ppp_net.c b/gatchat/ppp_net.c
index 8d1a5d48..325e859d 100644
--- a/gatchat/ppp_net.c
+++ b/gatchat/ppp_net.c
@@ -129,7 +129,7 @@ struct ppp_net *ppp_net_new(GAtPPP *ppp)
if (channel == NULL)
goto error;
- if (!g_at_util_setup_io(channel, G_IO_FLAG_NONBLOCK))
+ if (!g_at_util_setup_io(channel, 0))
goto error;
g_io_channel_set_buffered(channel, FALSE);