1
0
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:
Mimmo La Fauci 2012-06-04 23:36:47 +02:00
parent fc3570e810
commit f213e69e73

View File

@ -249,8 +249,10 @@ static void close_conn(struct ttcp *_ttcp) {
if (err == ERR_MEM)
pending_close = true;
else{
pending_accept = false;
WARN("----------------------\n");
}
}
void closeConnections()