tools/libs/store: ignore XS_OPEN_SOCKETONLY flag
authorJuergen Gross <jgross@suse.com>
Fri, 2 Oct 2020 15:41:38 +0000 (17:41 +0200)
committerWei Liu <wl@xen.org>
Thu, 8 Oct 2020 12:47:54 +0000 (12:47 +0000)
commitfa06cb8c38832aafe597d719040ba1d216e367b8
treef332d3bc030b97f5eaab6be493c4bbd4ec96ae4e
parentc65687ed16d2289ec91036ec2862a4b4bd34ea4f
tools/libs/store: ignore XS_OPEN_SOCKETONLY flag

When opening the connection to Xenstore via xs_open() it makes no
sense to limit the connection to the socket based one. So just ignore
the XS_OPEN_SOCKETONLY flag.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wl@xen.org>
tools/libs/store/include/xenstore.h
tools/libs/store/xs.c