mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
Fix Warning msg
This commit is contained in:
parent
fc3570e810
commit
f213e69e73
@ -249,8 +249,10 @@ static void close_conn(struct ttcp *_ttcp) {
|
||||
|
||||
if (err == ERR_MEM)
|
||||
pending_close = true;
|
||||
pending_accept = false;
|
||||
WARN("----------------------\n");
|
||||
else{
|
||||
pending_accept = false;
|
||||
WARN("----------------------\n");
|
||||
}
|
||||
}
|
||||
|
||||
void closeConnections()
|
||||
|
Loading…
x
Reference in New Issue
Block a user