diff options
Diffstat (limited to 'gatchat/ppp_cp.c')
-rw-r--r-- | gatchat/ppp_cp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gatchat/ppp_cp.c b/gatchat/ppp_cp.c index d74a07be..16c06038 100644 --- a/gatchat/ppp_cp.c +++ b/gatchat/ppp_cp.c @@ -164,6 +164,7 @@ static void pppcp_this_layer_finished(struct pppcp_data *data) { struct pppcp_action *action = data->action; + pppcp_trace(data); if (action->this_layer_finished) action->this_layer_finished(data); } |