mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 12:29:56 +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
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ select(
|
||||||
* Number of ready socket descriptors, or SOCKET_ERROR if an error ocurred
|
* Number of ready socket descriptors, or SOCKET_ERROR if an error ocurred
|
||||||
*/
|
*/
|
||||||
{
|
{
|
||||||
PCATALOG_ENTRY Provider;
|
PCATALOG_ENTRY Provider = NULL;
|
||||||
INT Count;
|
INT Count;
|
||||||
INT Errno;
|
INT Errno;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue