2
0
forked from Wavyzz/dolibarr

Fix: bad socket name

This commit is contained in:
Regis Houssin
2011-03-08 18:27:29 +00:00
parent 5df6353314
commit 010e40a167

View File

@@ -93,7 +93,7 @@ if (function_exists('socket_create'))
echo "There is no Remote debug server at this address.\n";
}
socket_close($client);
socket_close($sock);
socket_close($socket);
}
else
{