mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-06 03:06:56 -05: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.