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:
Daniel Eischen 2011-02-13 04:44:06 +00:00
parent f7e6ce6d7a
commit 9d22191d17

View File

@ -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;