summaryrefslogtreecommitdiffstats
path: root/gatchat/gatppp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gatchat/gatppp.c')
-rw-r--r--gatchat/gatppp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gatchat/gatppp.c b/gatchat/gatppp.c
index 8dd41f89..c1abbec3 100644
--- a/gatchat/gatppp.c
+++ b/gatchat/gatppp.c
@@ -454,7 +454,7 @@ static void ppp_transition_phase(GAtPPP *ppp, enum ppp_phase phase)
case PPP_NETWORK:
/* bring network phase up */
ppp_net_open(ppp->net);
- pppcp_generate_event(ppp->ipcp, OPEN, NULL, 0);
+ pppcp_signal_open(ppp->ipcp);
break;
}
}