Modifications to resolve issues found during self-code review.
This commit is contained in:
@@ -41,6 +41,12 @@ typedef struct _PlatformMutex
|
||||
|
||||
//===[ Global variables ]==================================================
|
||||
|
||||
// Path separator
|
||||
char pathCharString[] = "/";
|
||||
|
||||
// Modules configuration folder path
|
||||
char moduleConfigFolderPath[] = "/etc/CASA/authtoken/modules";
|
||||
|
||||
//
|
||||
// Module synchronization mutex
|
||||
//
|
||||
@@ -113,7 +119,7 @@ PlatAllocMutex(void)
|
||||
DbgTrace(0, "-PlatAllocMutex- Memory allocation failure\n", 0);
|
||||
}
|
||||
|
||||
DbgTrace(2, "-PlatAllocMutex- End, retHandle = %08X\n", (unsigned int) pPlatMutex);
|
||||
DbgTrace(2, "-PlatAllocMutex- End, retHandle = %0X\n", (unsigned int) pPlatMutex);
|
||||
|
||||
return (HANDLE) pPlatMutex;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user