Merge pull request #10330 from akallabeth/fix_argument

[core,gateway] fix freerdp_tls_new call
This commit is contained in:
akallabeth 2024-07-02 12:03:16 +02:00 committed by GitHub
commit d6949721c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -270,7 +270,7 @@ static rdpArm* arm_new(rdpContext* context)
goto fail;
arm->context = context;
arm->tls = freerdp_tls_new(context->settings);
arm->tls = freerdp_tls_new(context);
if (!arm->tls)
goto fail;