Oops, revert an accidental local change that got added in
my last commit (r218627). No damage was done in the last commit, just some duplicated code was added (which is now removed).
This commit is contained in:
parent
f7e6ce6d7a
commit
9d22191d17
@ -486,10 +486,6 @@ udp_input(struct mbuf *m, int off)
|
||||
INP_RUNLOCK(inp);
|
||||
continue;
|
||||
}
|
||||
if (imo == NULL) {
|
||||
INP_RUNLOCK(inp);
|
||||
continue;
|
||||
}
|
||||
bzero(&group, sizeof(struct sockaddr_in));
|
||||
group.sin_len = sizeof(struct sockaddr_in);
|
||||
group.sin_family = AF_INET;
|
||||
|
Loading…
Reference in New Issue
Block a user