mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08:00
Minor fix (spaces)
This commit is contained in:
parent
a185e19bc1
commit
9768657fc7
@ -301,10 +301,10 @@ igmp_input(struct pbuf *p, struct netif *inp, struct ip_addr *dest)
|
||||
|
||||
igmpstats.report_rxed++;
|
||||
if (DELAYING_MEMBER == group->group_state) {
|
||||
/* This is on a specific group we have already looked up */
|
||||
group->timer = 0; /* stopped */
|
||||
group->group_state = IDLE_MEMBER;
|
||||
group->last_reporter_flag = 0;
|
||||
/* This is on a specific group we have already looked up */
|
||||
group->timer = 0; /* stopped */
|
||||
group->group_state = IDLE_MEMBER;
|
||||
group->last_reporter_flag = 0;
|
||||
}
|
||||
} else {
|
||||
LWIP_DEBUGF(IGMP_DEBUG, ("igmp_input, Line %x unexpected msg %x in state %x on group %x at interface %x\n", __LINE__, (int) igmp->igmp_msgtype, (int) group->group_state, (int) &group, (int) group->interface));
|
||||
|
Loading…
x
Reference in New Issue
Block a user