mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Merge PR #1445: src/Cedar/SW.c: treat "0" build as legitimate
This commit is contained in:
commit
97a04888b7
@ -4005,11 +4005,6 @@ SW_LOGFILE *SwLoadLogFile(SW *sw, wchar_t *filename)
|
|||||||
CfgGetStr(info, "ComponentName", component_name, sizeof(component_name));
|
CfgGetStr(info, "ComponentName", component_name, sizeof(component_name));
|
||||||
build = CfgGetInt(info, "Build");
|
build = CfgGetInt(info, "Build");
|
||||||
|
|
||||||
if (build == 0)
|
|
||||||
{
|
|
||||||
goto LABEL_CLEANUP;
|
|
||||||
}
|
|
||||||
|
|
||||||
c = SwFindComponent(sw, component_name);
|
c = SwFindComponent(sw, component_name);
|
||||||
if (c == NULL)
|
if (c == NULL)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user