diff options
Diffstat (limited to 'gatchat/gatppp.c')
-rw-r--r-- | gatchat/gatppp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gatchat/gatppp.c b/gatchat/gatppp.c index 2b682f81..68c4dd1e 100644 --- a/gatchat/gatppp.c +++ b/gatchat/gatppp.c @@ -136,6 +136,7 @@ GAtPPP *g_at_ppp_new(GIOChannel *modem) ppp->auth = auth_new(ppp); /* intialize the network state */ + ppp->net = ppp_net_new(ppp); /* start listening for packets from the modem */ ppp->modem_watch = g_io_add_watch(modem, |