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

M #-: Fix typo in variable name

(cherry picked from commit 7f0863ea4998f486d1d2e7add6b2cba1fc3ac72e)
This commit is contained in:
Ruben S. Montero 2019-06-28 18:07:48 +02:00
parent baaac7fec6
commit b75c5fc02a
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -915,7 +915,7 @@ void RaftManager::request_vote()
unsigned int _num_servers = get_zone_servers(_servers);
srand(time(0) + _server_id + 1);
srand(time(0) + server_id + 1);
do
{