mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 03:48:17 +00:00
Preinitialize the Provider to prevent from crashing if no sockets were given.
svn path=/trunk/; revision=15871
This commit is contained in:
parent
95aa074b1e
commit
ad04a63867
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue