mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-10 21:51:31 +00:00
There's no sense in using virAsprintf() just to duplicate a string. We should use VIR_STRDUP which is designed just for that.
There's no sense in using virAsprintf() just to duplicate a string. We should use VIR_STRDUP which is designed just for that.