1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-07 16:25:01 +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

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)
{