eliminate compiler warnings (VB)

This commit is contained in:
marschap
2005-04-05 07:28:18 +00:00
parent f15c5729ec
commit 06f6590c9c
5 changed files with 9 additions and 12 deletions
+2 -1
View File
@@ -176,7 +176,8 @@ sock_shutdown ()
{
if (clientIt->client)
{
/* destroying a client also closes its socket */
*/
/* destroying a client also closes its socket */
/* client_destroy(clientIt->client);
}
}