mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-09 17:13:49 +08:00
pcb_new sets conn->err if protocol is not implemented -> netconn_new_..() does not allocate a new connection for unsupported protocols.
This commit is contained in:
@@ -204,6 +204,11 @@ HISTORY
|
||||
|
||||
++ Bug fixes:
|
||||
|
||||
2007-06-13 Simon Goldschmidt
|
||||
* api_msg.c: pcb_new sets conn->err if protocol is not implemented
|
||||
-> netconn_new_..() does not allocate a new connection for unsupported
|
||||
protocols.
|
||||
|
||||
2007-06-13 Frédéric Bernon, Simon Goldschmidt
|
||||
* api_lib.c: change return expression in netconn_addr and netconn_peer, because
|
||||
conn->err was reset to ERR_OK without any reasons (and error was lost)...
|
||||
|
||||
Reference in New Issue
Block a user