Preinitialize the Provider to prevent from crashing if no sockets were given.

svn path=/trunk/; revision=15871
This commit is contained in:
Hartmut Birr 2005-06-12 10:33:22 +00:00
parent 95aa074b1e
commit ad04a63867

View file

@ -339,7 +339,7 @@ select(
* Number of ready socket descriptors, or SOCKET_ERROR if an error ocurred
*/
{
PCATALOG_ENTRY Provider;
PCATALOG_ENTRY Provider = NULL;
INT Count;
INT Errno;