1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

B #5776: Fix scheduled action execution (#1863)

This commit is contained in:
Pavel Czerný 2022-03-21 18:01:15 +01:00 committed by GitHub
parent a356414afe
commit 6fd221adbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1719,7 +1719,7 @@ int Scheduler::do_scheduled_actions()
if (!first_action)
{
return 0;
continue;
}
ostringstream oss;