ellRemove=>ellDelete

This commit is contained in:
Marty Kraimer
2003-08-06 15:10:36 +00:00
parent 94b408425b
commit 9cbf577382
+1 -1
View File
@@ -356,7 +356,7 @@ FAST int sock;
}
LOCK_CLIENTQ;
ellRemove(&clientQ, &client->node);
ellDelete(&clientQ, &client->node);
UNLOCK_CLIENTQ;
free_client(client);