mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-06 11:49:29 +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.