]> git.ipfire.org Git - thirdparty/libvirt.git/commit
remote: Handle xdr char ** data return fields more consistently
authorJohn Ferlan <jferlan@redhat.com>
Mon, 17 Dec 2018 12:40:36 +0000 (07:40 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 18 Dec 2018 15:12:09 +0000 (10:12 -0500)
commit4d95d35637e3f59526288e0a8a77f7a200992652
treef2f5cc633891a39d6ed0ad15050a788ed33d2001
parenteb448cb5c0e143db57aa57ae760717dc969a4eef
remote: Handle xdr char ** data return fields more consistently

For consistency, handle the @data "char **" (or remote_string)
assignments and processing similarly between various APIs

Signed-off-by: John Ferlan <jferlan@redhat.com>
ACKed-by: Michal Privoznik <mprivozn@redhat.com>
src/remote/remote_daemon_dispatch.c