mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
misc: integrate pull request feedback
This commit is contained in:
@@ -306,7 +306,7 @@ char* x509_name_parse(char* name, char* txt, int* length)
|
||||
|
||||
char* x509_get_default_name()
|
||||
{
|
||||
TCHAR computerName[MAX_COMPUTERNAME_LENGTH + 1];
|
||||
CHAR computerName[MAX_COMPUTERNAME_LENGTH + 1];
|
||||
DWORD nSize = MAX_COMPUTERNAME_LENGTH;
|
||||
|
||||
char* ret;
|
||||
|
||||
Reference in New Issue
Block a user