mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
B #5762: Fix scheduler message with double quotes
This commit is contained in:
parent
2d640e8843
commit
7cbcc93d43
@ -608,6 +608,8 @@ void VirtualMachineXML::log(const string &st)
|
||||
|
||||
string sched_message = oss.str();
|
||||
|
||||
sched_message = one_util::gsub(sched_message, "\"", "\\\"");
|
||||
|
||||
user_template->replace("SCHED_MESSAGE", sched_message);
|
||||
|
||||
oss.str("");
|
||||
|
Loading…
x
Reference in New Issue
Block a user