
24 Sep
2019
24 Sep
'19
12:55 p.m.
On Thu, Sep 19, 2019 at 07:13:10PM +0200, Peter Krempa wrote:
Some code paths pass in already pointers to strings which should be
already pass in
added directly as the value of the typed parameter. To allow more universal use of virTypedParameterAssignValue add a flag which allows to copy the value in place.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/util/virtypedparam.c | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano