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 9fb6b7d4..701059b9 100644 --- a/gatchat/gatppp.c +++ b/gatchat/gatppp.c @@ -262,7 +262,7 @@ static void ppp_recv(GAtPPP *ppp, struct frame_buffer *frame) } /* fall through */ default: - lcp_protocol_reject(ppp->lcp, frame->bytes, frame->len); + pppcp_send_protocol_reject(ppp->lcp, frame->bytes, frame->len); break; }; } |