File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -135,8 +135,6 @@ STATUS connectionListenerRemoveConnection(PConnectionListener pConnectionListene
135
135
!ATOMIC_LOAD_BOOL (& pConnectionListener -> terminate ) &&
136
136
ATOMIC_LOAD_BOOL (& pConnectionListener -> connectionListChanged ) &&
137
137
STATUS_SUCCEEDED (cvarWaitStatus )) {
138
- /* use longTimeout because connectionListenerReceiveDataRoutine should wake this up */
139
- CVAR_WAIT (pConnectionListener -> removeConnectionComplete , pConnectionListener -> lock , CONNECTION_AWAIT_CONNECTION_REMOVAL_TIMEOUT );
140
138
cvarWaitStatus = CVAR_WAIT (pConnectionListener -> removeConnectionComplete , pConnectionListener -> lock , CONNECTION_AWAIT_CONNECTION_REMOVAL_TIMEOUT );
141
139
/* CVAR_WAIT should never time out */
142
140
if (STATUS_FAILED (cvarWaitStatus )) {
@@ -183,7 +181,6 @@ STATUS connectionListenerRemoveAllConnection(PConnectionListener pConnectionList
183
181
!ATOMIC_LOAD_BOOL (& pConnectionListener -> terminate ) &&
184
182
ATOMIC_LOAD_BOOL (& pConnectionListener -> connectionListChanged ) &&
185
183
STATUS_SUCCEEDED (cvarWaitStatus )) {
186
- /* use longTimeout because connectionListenerReceiveDataRoutine should wake this up */
187
184
cvarWaitStatus = CVAR_WAIT (pConnectionListener -> removeConnectionComplete , pConnectionListener -> lock , CONNECTION_AWAIT_CONNECTION_REMOVAL_TIMEOUT );
188
185
/* CVAR_WAIT should never time out */
189
186
if (STATUS_FAILED (cvarWaitStatus )) {
You can’t perform that action at this time.
0 commit comments