- ClientConnection: fixed bug in ownerCountMutex creation (LIB61850-517)

v1.6
Michael Zillgith 1 month ago
parent db97106a8b
commit db5c66cad6

@ -82,7 +82,7 @@ private_ClientConnection_create(void* serverConnectionHandle)
self->accessMutex = Semaphore_create(1);
#ifdef _TLS_OWN_CNT_SEM
self->ownerCount = Semaphore_create(1);
self->ownerCountMutex = Semaphore_create(1);
#endif
#endif

Loading…
Cancel
Save