Merge pull request #287 from jinhao2/master

Update freebsd/netinet/in_pcb.c
This commit is contained in:
logwang 2018-10-23 14:25:29 +08:00 committed by GitHub
commit 5f03949080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1114,6 +1114,7 @@ in_pcbconnect_setup(struct inpcb *inp, struct sockaddr *nam,
return (error); return (error);
} }
#else #else
if (lport == 0)
{ {
struct ifaddr *ifa; struct ifaddr *ifa;
struct ifnet *ifp; struct ifnet *ifp;