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

F #4411: Fix search_token replication (#4420)

This commit is contained in:
Christian González 2020-03-25 15:53:28 +01:00 committed by GitHub
parent 6e8ed241f0
commit 682aa68fdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1781,7 +1781,7 @@ int VirtualMachine::update_search(SqlDB * db)
db->free_str(sql_text);
return db->exec_local_wr(oss);
return db->exec_wr(oss);
}
/* -------------------------------------------------------------------------- */