1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-22 17:39:53 +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
commit 82b6422821
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; SM_SSL *s = (SM_SSL *)param;
X *x; X *x;
K *k; K *k;
LIST *chain; LIST *chain = NULL;
// Validate arguments // Validate arguments
if (hWnd == NULL) if (hWnd == NULL)
{ {