]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: qemuMonitorReportError: use tmp variable properly
authorJán Tomko <jtomko@redhat.com>
Sat, 15 Jun 2019 09:58:32 +0000 (11:58 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 17 Jun 2019 14:12:57 +0000 (16:12 +0200)
commitfba29dff836d2e7e0fc2fea7010b7fda32b36f25
treec47b388d79054a101f4ed19fa758d70a33553010
parent87bd4377779d49ba9fefb6215a979fc67a2a2c46
tests: qemuMonitorReportError: use tmp variable properly

There is no obvious benefit in putting the escaped message
back into msg while tmp holds the original message.

Remove the assignment and use 'tmp' directly'.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
tests/qemumonitortestutils.c