mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[winpr,ssl] check winpr_InitializeSSL return
This commit is contained in:
@@ -1479,7 +1479,9 @@ int main(int argc, char* argv[])
|
||||
}
|
||||
|
||||
WTSRegisterWtsApiFunctionTable(FreeRDP_InitWtsApi());
|
||||
winpr_InitializeSSL(WINPR_SSL_INIT_DEFAULT);
|
||||
if (!winpr_InitializeSSL(WINPR_SSL_INIT_DEFAULT))
|
||||
return -1;
|
||||
|
||||
instance = freerdp_listener_new();
|
||||
|
||||
if (!instance)
|
||||
|
||||
Reference in New Issue
Block a user