mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
Zero queue fields needed for accept.
svn path=/trunk/; revision=13651
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user