mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Zero queue fields needed for accept.
svn path=/trunk/; revision=13651
This commit is contained in:
parent
dfc35c22f3
commit
67f6f9d307
1 changed files with 2 additions and 0 deletions
|
@ -120,6 +120,8 @@ int OskitTCPSocket( void *context,
|
|||
so->so_connection = context;
|
||||
so->so_state = SS_NBIO;
|
||||
so->so_error = 0;
|
||||
so->so_q = so->so_q0 = NULL;
|
||||
so->so_qlen = 0;
|
||||
*aso = so;
|
||||
}
|
||||
return error;
|
||||
|
|
Loading…
Reference in a new issue