mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Cedar/SM.c: Fix pointer usage before initialization
This commit is contained in:
parent
918fedb9d4
commit
77ee848caa
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user