mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Fix Warning msg
This commit is contained in:
@ -249,8 +249,10 @@ static void close_conn(struct ttcp *_ttcp) {
|
|||||||
|
|
||||||
if (err == ERR_MEM)
|
if (err == ERR_MEM)
|
||||||
pending_close = true;
|
pending_close = true;
|
||||||
|
else{
|
||||||
pending_accept = false;
|
pending_accept = false;
|
||||||
WARN("----------------------\n");
|
WARN("----------------------\n");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void closeConnections()
|
void closeConnections()
|
||||||
|
Reference in New Issue
Block a user