tools/xenstore: drop creation of read-only socket in xenstored
authorJuergen Gross <jgross@suse.com>
Fri, 2 Oct 2020 15:41:41 +0000 (17:41 +0200)
committerWei Liu <wl@xen.org>
Thu, 8 Oct 2020 12:48:02 +0000 (12:48 +0000)
commit1d246c721d44729c2e335e3be9979f5005016319
treecca29388cd4f9b2e3fdcae4e002fee635a4e3d65
parent90c9f9f4ddd55e11be0506bff10c6237507c6e0d
tools/xenstore: drop creation of read-only socket in xenstored

With xs_daemon_open_readonly() now no longer using the read-only socket
the creation of that socket can be dropped.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wl@xen.org>
tools/xenstore/xenstored_core.c
tools/xenstore/xenstored_core.h
tools/xenstore/xenstored_domain.c
tools/xenstore/xs_lib.c