Finished porting the Auth Client Test to linux.
This commit is contained in:
@@ -505,7 +505,7 @@ DestroyUserMutex(
|
||||
// is not a resource leak. If someone has an issue with this, then it can
|
||||
// be solved by installing a cron job that cleans up the semaphores for
|
||||
// deleted users.
|
||||
if (LocalSem_close(g_userNamedSem) != 0)
|
||||
if (Local_sem_close(g_userNamedSem) != 0)
|
||||
{
|
||||
DbgTrace(0, "-DestroyUserMutex- Error returned by sem_close(), errno = %d\n", errno);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user