chore(Deps/Acelite): Update to 6.5.10 (#3450)

This commit is contained in:
Kargatum
2020-11-11 22:09:02 +07:00
committed by GitHub
parent a93565b6da
commit e27201cee2
921 changed files with 18238 additions and 33164 deletions

View File

@@ -202,7 +202,10 @@ ACE_NT_Service::insert (DWORD start_type,
0,
SC_MANAGER_ALL_ACCESS);
if (sc_mgr == 0)
return -1;
{
ACE_OS::set_errno_to_last_error();
return -1;
}
SC_HANDLE sh = ACE_TEXT_CreateService (sc_mgr,
this->name (),