]> git.ipfire.org Git - thirdparty/libvirt.git/commit
netserver: Remove ServiceToggle during ServerDispose
authorJohn Ferlan <jferlan@redhat.com>
Thu, 21 Dec 2017 15:02:00 +0000 (10:02 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 2 Feb 2018 23:01:00 +0000 (18:01 -0500)
commita8ef7b69dc1652a46671c3d3c7e847bf6ef360fc
tree9ba57e66fc718cedbbaa90ef669473b5e03834e6
parent5870f95a7a429fd739eb1003de1466123e7683e8
netserver: Remove ServiceToggle during ServerDispose

No sense in calling ServiceToggle for all nservices during
ServiceDispose since ServerClose calls ServiceClose which
removes the IOCallback that's being toggled via ServiceToggle.

Signed-off-by: John Ferlan <jferlan@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
src/rpc/virnetserver.c