util/vhost-user-server: drop unnecessary QOM cast
authorStefan Hajnoczi <stefanha@redhat.com>
Thu, 24 Sep 2020 15:15:39 +0000 (16:15 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 23 Oct 2020 12:42:16 +0000 (13:42 +0100)
commit46a096c87a6464dfbdd71a89e2143c55ef45395c
treed687e80900284d8835cbd3989835b661f102d556
parent1d7874568b0984ae7880e6ccd0d31c0aba442254
util/vhost-user-server: drop unnecessary QOM cast

We already have access to the value with the correct type (ioc and sioc
are the same QIOChannel).

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 20200924151549.913737-4-stefanha@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
util/vhost-user-server.c