summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gatchat/gatppp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gatchat/gatppp.c b/gatchat/gatppp.c
index f8b329b6..993b5ea2 100644
--- a/gatchat/gatppp.c
+++ b/gatchat/gatppp.c
@@ -551,6 +551,7 @@ static GAtPPP *ppp_init_common(GAtHDLC *hdlc, gboolean is_server, guint32 ip)
/* initialize IPCP state */
ppp->ipcp = ipcp_new(ppp, is_server, ip);
+ g_at_hdlc_set_no_carrier_detect(ppp->hdlc, TRUE);
g_at_hdlc_set_receive(ppp->hdlc, ppp_receive, ppp);
g_at_io_set_disconnect_function(g_at_hdlc_get_io(ppp->hdlc),
io_disconnect, ppp);