forked from nuttx/nuttx-update
ipfrag:fix warnig
Signed-off-by: wangyingdong <wangyingdong@xiaomi.com>
This commit is contained in:
parent
779d4af3e9
commit
f30e28cafc
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ static void ip_fragin_timerout_expiry(wdparm_t arg)
|
||||||
static void ip_fragin_timerwork(FAR void *arg)
|
static void ip_fragin_timerwork(FAR void *arg)
|
||||||
{
|
{
|
||||||
clock_t curtick = clock_systime_ticks();
|
clock_t curtick = clock_systime_ticks();
|
||||||
sclock_t interval;
|
sclock_t interval = 0;
|
||||||
FAR sq_entry_t *entry;
|
FAR sq_entry_t *entry;
|
||||||
FAR sq_entry_t *entrynext;
|
FAR sq_entry_t *entrynext;
|
||||||
FAR struct ip_fragsnode_s *node;
|
FAR struct ip_fragsnode_s *node;
|
||||||
|
|
Loading…
Reference in a new issue