2063: Pr success equal r=heinrich5991 a=def-



Co-authored-by: def <dennis@felsin9.de>
This commit is contained in:
bors[bot] 2020-02-12 23:57:11 +00:00 committed by GitHub
commit fefcf130ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -203,7 +203,7 @@ bool CUpdater::ReplaceClient()
if(system(aBuf))
{
dbg_msg("updater", "ERROR: failed to set client executable bit");
Success &= false;
Success = false;
}
#endif
return Success;
@ -226,7 +226,7 @@ bool CUpdater::ReplaceServer()
if (system(aBuf))
{
dbg_msg("updater", "ERROR: failed to set server executable bit");
Success &= false;
Success = false;
}
#endif
return Success;