Finished porting the Auth Client Test to linux.

This commit is contained in:
Juan Carlos Luciani
2006-10-03 03:52:21 +00:00
parent 12691a85fb
commit 17546e4602
6 changed files with 233 additions and 4 deletions

View File

@@ -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);
}