1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-09-20 02:09:25 +03:00

Merge PR #1445: src/Cedar/SW.c: treat "0" build as legitimate

This commit is contained in:
Davide Beatrici
2021-08-01 12:42:43 +02:00
committed by GitHub

View File

@ -4005,11 +4005,6 @@ SW_LOGFILE *SwLoadLogFile(SW *sw, wchar_t *filename)
CfgGetStr(info, "ComponentName", component_name, sizeof(component_name));
build = CfgGetInt(info, "Build");
if (build == 0)
{
goto LABEL_CLEANUP;
}
c = SwFindComponent(sw, component_name);
if (c == NULL)
{