net: tcp: Fix port info in warning message in tcp_input.c
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
parent
3387da6316
commit
c7500c5c9d
@ -591,7 +591,7 @@ found:
|
||||
|
||||
nwarn("WARNING: Listen canceled while waiting for ACK on "
|
||||
"port %d\n",
|
||||
tcp->destport);
|
||||
ntohs(tcp->destport));
|
||||
|
||||
/* Free the connection structure */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user