]> git.ipfire.org Git - thirdparty/qemu.git/commit
qga: drop unused sockaddr in accept(2) call
authorStefan Hajnoczi <stefanha@redhat.com>
Fri, 14 Oct 2016 09:00:53 +0000 (10:00 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 1 Nov 2016 00:21:22 +0000 (19:21 -0500)
commitb8093d38e8dce0413fe8999fe2dee48a96ab1104
treefe9edb2fbf43ce581bf3d58a4cb01c020a77f18b
parent91274487a979b693c264be35b2ffcb703f0a104e
qga: drop unused sockaddr in accept(2) call

ga_channel_listen_accept() is currently hard-coded to support only
AF_UNIX because the struct sockaddr_un type is used.  This function
should work with any address family.

Drop the sockaddr since the client address is unused and is an optional
argument to accept(2).

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
qga/channel-posix.c