mirror of https://github.com/F-Stack/f-stack.git
indent correctly
This commit is contained in:
parent
939d46c3a9
commit
a157343e24
|
@ -1321,6 +1321,7 @@ tcp_connect(struct tcpcb *tp, struct sockaddr *nam, struct thread *td)
|
|||
error = EADDRINUSE;
|
||||
goto out;
|
||||
}
|
||||
|
||||
// inp->inp_lport != lport means in_pcbconnect_setup selected new port to inp->inp_lport.
|
||||
// inp will inhash.
|
||||
if (in_pcbinshash(inp) != 0) {
|
||||
|
|
Loading…
Reference in New Issue