Loading net/appletalk/aarp.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -768,7 +768,7 @@ static int aarp_rcv(struct sk_buff *skb, struct net_device *dev, if (a && a->status & ATIF_PROBE) { if (a && a->status & ATIF_PROBE) { a->status |= ATIF_PROBE_FAIL; a->status |= ATIF_PROBE_FAIL; /* /* * we do not respond to probe or request packets for * we do not respond to probe or request packets of * this address while we are probing this address * this address while we are probing this address */ */ goto unlock; goto unlock; Loading Loading
net/appletalk/aarp.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -768,7 +768,7 @@ static int aarp_rcv(struct sk_buff *skb, struct net_device *dev, if (a && a->status & ATIF_PROBE) { if (a && a->status & ATIF_PROBE) { a->status |= ATIF_PROBE_FAIL; a->status |= ATIF_PROBE_FAIL; /* /* * we do not respond to probe or request packets for * we do not respond to probe or request packets of * this address while we are probing this address * this address while we are probing this address */ */ goto unlock; goto unlock; Loading