Skip to content

Commit

Permalink
修复LLBC_ServiceImpl::StartComps()失败时返回值不对的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
lailongwei authored Apr 3, 2024
1 parent ab11b9a commit 96a91e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions llbc/src/comm/ServiceImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2111,8 +2111,7 @@ int LLBC_ServiceImpl::StartComps()
LLBC_SetSubErrorNo(_startSubErrNo);

_runningPhase = LLBC_ServiceRunningPhase::StartCompsFailed;

return LLBC_OK;
return LLBC_FAILED;
}
}

Expand Down

0 comments on commit 96a91e4

Please sign in to comment.