l2tpd_packet: remove handled fixme

This commit is contained in:
Alexander Couzens 2016-12-05 17:01:14 +01:00 committed by Harald Welte
parent 9f76bcd8e0
commit 47b1285115
1 changed files with 0 additions and 1 deletions

View File

@ -581,7 +581,6 @@ static int rx_scc_cn(struct l2tpd_connection *l2cc, struct msgb *msg, struct avp
return -1;
osmo_fsm_inst_dispatch(l2cc->fsm, L2CC_E_RX_SCCCN, msg);
/* FIXME: Send TCRQ and ALTCRQ */
return 0;
}