]> xenbits.xensource.com Git - libvirt.git/commit
daemon: Always advertise libvirtd service
authorOsier Yang <jyang@redhat.com>
Tue, 11 Oct 2011 12:48:42 +0000 (20:48 +0800)
committerOsier Yang <jyang@redhat.com>
Wed, 12 Oct 2011 12:37:05 +0000 (20:37 +0800)
commit33b55fd85ae5435bda53c3cfcbe1385074befd01
treee342c17e416f6b70a4d4e9a04c0862df4e6cc0a7
parentebec21eee0f204aa84943fce308734848ae21ba1
daemon: Always advertise libvirtd service

This is a regression introduced by new RPC codes, previously
we advertise the service via ssh even if the daemon doesn't
listen on TLS port (TCP is not choosed). Now the service is
only advertised when it listens on TLS or TCP port. This breaks
upper layer apps which intends to discover the service, such
as virt-manager.
daemon/libvirtd.c