l2tpd_packet: remove superfluous `;`

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

View File

@ -805,7 +805,7 @@ static void schedule_explicit_ack(struct l2tpd_connection *l2c, uint16_t next_ex
{
l2c->ack.next_expected_nr = next_expected_nr;
osmo_timer_schedule(&l2c->ack.timer, 0, 20*1000);
};
}
/* call-back on explicit ACK timer expiration */
void l2tpd_explicit_ack_cb(void *data)