mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-02-05 06:39:52 +00:00
api_msg:accept_function(): fix typo
This commit is contained in:
parent
eba1b971c0
commit
ba20cd229e
@ -494,7 +494,7 @@ accept_function(void *arg, struct tcp_pcb *newpcb, err_t err)
|
||||
return ERR_VAL;
|
||||
}
|
||||
|
||||
LWIP_DEBUGF(API_MSG_DEBUG, ("accept_function: newpcb->tate: %s\n", tcp_debug_state_str(newpcb->state)));
|
||||
LWIP_DEBUGF(API_MSG_DEBUG, ("accept_function: newpcb->state: %s\n", tcp_debug_state_str(newpcb->state)));
|
||||
|
||||
/* We have to set the callback here even though
|
||||
* the new socket is unknown. newconn->socket is marked as -1. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user