]> git.proxmox.com Git - mirror_qemu.git/commit
vnc: drop Error pointer indirection in vnc_client_io_error
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Thu, 5 Dec 2019 17:46:19 +0000 (20:46 +0300)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 18 Dec 2019 07:36:16 +0000 (08:36 +0100)
commit34ab29c2ff5cfb638623a06bf8cb56fcae23a5a6
tree068926c871f59810959da8d7d67036cf0dc6cb9f
parent187c614767cdb3407bc67acf77b9b1a0d985a39d
vnc: drop Error pointer indirection in vnc_client_io_error

We don't need Error **, as all callers pass local Error object, which
isn't used after the call, or NULL. Use Error * instead.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20191205174635.18758-6-vsementsov@virtuozzo.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
ui/vnc.c
ui/vnc.h