mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
This commit is contained in:
parent
d8717059f5
commit
9d4e0343c4
@ -97,7 +97,7 @@ static void* connectionAttendant (void* arg) {
|
||||
pthread_mutex_unlock(&S->serviceLock);
|
||||
return NULL;
|
||||
} else {
|
||||
mg_mgr_poll(&S->mgr, 50);
|
||||
while(mg_mgr_poll(&S->mgr, 50));
|
||||
}
|
||||
pthread_mutex_unlock(&S->serviceLock);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user