
27 Jul
2015
27 Jul
'15
12:56 p.m.
On Mon, Jul 27, 2015 at 10:31:07AM +0100, Daniel P. Berrange wrote:
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 consuing future maintainers, we should fix it.
s/consuing/confusing/ ?
Signed-off-by: Daniel P. Berrange <berrange@redhat.com> --- src/remote/remote_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
ACK if you haven't pushed it already. Jan