1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +03:00

Merge branch 'SoftEtherVPN:master' into master

This commit is contained in:
weidi 2021-12-24 08:47:45 +01:00 committed by GitHub
commit c72d4fddb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17176,7 +17176,7 @@ UINT SmSslDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam, void *param
SM_SSL *s = (SM_SSL *)param;
X *x;
K *k;
LIST *chain;
LIST *chain = NULL;
// Validate arguments
if (hWnd == NULL)
{