On Wed, Apr 25, 2018 at 03:24:52PM +0200, Martin Kletzander wrote:
Signed-off-by: Martin Kletzander <mkletzan(a)redhat.com>
---
src/remote/remote_daemon_dispatch.c | 50 +--
src/remote/remote_daemon_stream.c | 2 +-
src/remote/remote_driver.c | 620 ++++++++++++++--------------
src/remote/remote_protocol.x | 18 +-
4 files changed, 345 insertions(+), 345 deletions(-)
@@ -1209,8 +1209,8 @@ doRemoteOpen(virConnectPtr conn,
VIR_DEBUG("Trying to open URI %s", name);
if (call(conn, priv, 0, REMOTE_PROC_CONNECT_OPEN,
- (xdrproc_t) xdr_remote_connect_open_args, (char *) &args,
- (xdrproc_t) xdr_void, (char *) NULL) == -1)
+ (xdrproc_t)xdr_remote_connect_open_args, (char *)&args,
+ (xdrproc_t)xdr_void, (char *) NULL) == -1)
^^^^^^^^ This also looks like a cast ;)
Jano