Fix a typo in a log message: s/Reveived/Received/.
Approved by: re (rwatson)
This commit is contained in:
parent
1dfb823e11
commit
e251d2f4f6
@ -1057,7 +1057,7 @@ syncache_add(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th,
|
||||
#endif
|
||||
/* Retransmit SYN|ACK and reset retransmit count. */
|
||||
if ((s = tcp_log_addrs(&sc->sc_inc, th, NULL, NULL))) {
|
||||
log(LOG_DEBUG, "%s; %s: Reveived duplicate SYN, "
|
||||
log(LOG_DEBUG, "%s; %s: Received duplicate SYN, "
|
||||
"resetting timer and retransmitting SYN|ACK\n",
|
||||
s, __func__);
|
||||
free(s, M_TCPLOG);
|
||||
|
Loading…
x
Reference in New Issue
Block a user