mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-09 22:24:14 +03:00
Fix Warning msg
This commit is contained in:
@@ -249,9 +249,11 @@ 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