git-svn-id: svn://db.shs.com.ru/pip@691 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2019-02-06 13:24:11 +00:00
parent 44f266dd5b
commit 4bd271d093

View File

@@ -117,7 +117,7 @@ bool PISystemMonitor::startOnSelf(int interval_ms) {
#else
self_ = false;
cycle = -1;
ret = start(interval_ms);
bool ret = start(interval_ms);
#endif
self_ = true;
return ret;