1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-09-19 09:49:21 +03:00

Merge pull request #1532 from domosekai/init

This commit is contained in:
Yihong Wu
2021-12-24 09:52:50 +08: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)
{