Skip to content

Commit f30e28c

Browse files
wangyingdong1xiaoxiang781216
authored andcommitted
ipfrag:fix warnig
Signed-off-by: wangyingdong <[email protected]>
1 parent 779d4af commit f30e28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/ipfrag/ipfrag.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ static void ip_fragin_timerout_expiry(wdparm_t arg)
192192
static void ip_fragin_timerwork(FAR void *arg)
193193
{
194194
clock_t curtick = clock_systime_ticks();
195-
sclock_t interval;
195+
sclock_t interval = 0;
196196
FAR sq_entry_t *entry;
197197
FAR sq_entry_t *entrynext;
198198
FAR struct ip_fragsnode_s *node;

0 commit comments

Comments
 (0)