]> xenbits.xensource.com Git - libvirt.git/commit
virNetServerProcessClients: Remove goto
authorTim Wiederhake <twiederh@redhat.com>
Tue, 12 Apr 2022 11:05:19 +0000 (13:05 +0200)
committerTim Wiederhake <twiederh@redhat.com>
Thu, 14 Apr 2022 17:03:43 +0000 (19:03 +0200)
commit42fccb4716c0c812cb7c972517559df4d3623b70
treec99ac1623627cd0171807f22b7407254f952897f
parent0c4b391e2a90c3e0f8a8721cb539e03f14eb1d5e
virNetServerProcessClients: Remove goto

This gets rid of the goto and prepares the function for automatic
mutex management.

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/rpc/virnetserver.c