1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2026-01-20 10:20:12 +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; 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)
{ {