1
0
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:
Ilya Shipitsin
2018-08-06 12:40:06 +05:00
parent 59000e04cc
commit e969749bc1
2 changed files with 3 additions and 3 deletions

View File

@ -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)
{