mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 23:19:00 +00:00
Fix a style(9) nit.
This commit is contained in:
parent
420e745a90
commit
ccd6f42dc9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74361
@ -521,7 +521,7 @@ in_pcbconnect(inp, nam, p)
|
||||
if (inp->inp_lport == 0) {
|
||||
error = in_pcbbind(inp, (struct sockaddr *)0, p);
|
||||
if (error)
|
||||
return (error);
|
||||
return (error);
|
||||
}
|
||||
inp->inp_laddr = ifaddr->sin_addr;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user