mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-06 07:44:57 +03:00
initialize variables (it makes coverity a bit happier)
This commit is contained in:
@ -2426,7 +2426,7 @@ bool MakeDirExW(wchar_t *name)
|
||||
wchar_t tmp[MAX_PATH];
|
||||
wchar_t tmp2[MAX_PATH];
|
||||
UINT i;
|
||||
bool ret;
|
||||
bool ret = false;
|
||||
// Validate arguments
|
||||
if (name == NULL)
|
||||
{
|
||||
|
Reference in New Issue
Block a user