mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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.