Fix Warning msg

This commit is contained in:
Mimmo La Fauci 2012-06-04 23:36:47 +02:00
parent fc3570e810
commit f213e69e73
1 changed files with 4 additions and 2 deletions

View File

@ -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()