diff options
Diffstat (limited to 'gatchat/gatppp.c')
-rw-r--r-- | gatchat/gatppp.c | 2 |
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; } } |