]> xenbits.xensource.com Git - libvirt.git/commit
remote: fix typo in remoteDomainOpenGraphicsFD
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 27 Jul 2015 09:29:59 +0000 (10:29 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 27 Jul 2015 11:53:36 +0000 (12:53 +0100)
commitafe69e6582645a61e4fa335b1625f749f168df8e
tree6382ddf809014ed2fe57016434d793058eaa2a27
parent7868f017830fa28fb1cfeca29d48da60475bf6a8
remote: fix typo in remoteDomainOpenGraphicsFD

The remoteDomainOpenGraphicsFD method was using the wrong RPC
arg struct remote_domain_open_graphics_args instead of
remote_domain_open_graphics_fd_args. Fortunately both structs
had identical contents so there was no functional bug, but to
avoid confusing future maintainers, we should fix it.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/remote/remote_driver.c