Skip to content

Commit 5f03949

Browse files
authored
Merge pull request F-Stack#287 from jinhao2/master
Update freebsd/netinet/in_pcb.c
2 parents 4d79540 + 7836a3b commit 5f03949

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

freebsd/netinet/in_pcb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,6 +1114,7 @@ in_pcbconnect_setup(struct inpcb *inp, struct sockaddr *nam,
11141114
return (error);
11151115
}
11161116
#else
1117+
if (lport == 0)
11171118
{
11181119
struct ifaddr *ifa;
11191120
struct ifnet *ifp;

0 commit comments

Comments
 (0)