mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-25 14:05:18 +00:00
e463f4de77
There's no sense in using virAsprintf() just to duplicate a string. We should use VIR_STRDUP which is designed just for that.