Stats: return false if update has failed

This commit is contained in:
Max Kellermann 2014-02-01 00:36:36 +01:00
parent ff650d50a2
commit 188783ac1a
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ stats_update()
LogError(error);
stats_validity = StatsValidity::FAILED;
return true;
return false;
}
}