]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Revert "virnetsocket: Provide socket address format in a more standard form"
authorJán Tomko <jtomko@redhat.com>
Mon, 20 Jun 2016 13:22:44 +0000 (15:22 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 23 Jun 2016 20:15:06 +0000 (22:15 +0200)
commit0f7eeb20ad92962f7d2fbf113bfde67b9abe2e44
treeb4397ee15a27ca89c65d646e0e1b068450f27757
parent6d7ba87359a3a4bc9b18a1083e40e72668691354
Revert "virnetsocket: Provide socket address format in a more standard form"

This partially reverts commit 9b45c9f049a7e9b6c1abfa6988b63b760714e169.

It changed the default format of socket address from the one SASL
requires, but did not adjust all the callers.

It also removed the test coverage for it.

Revert most of the changes except the virSocketAddrFormatFull support
for URI-formatted strings.

This fixes https://bugzilla.redhat.com/show_bug.cgi?id=1345743 while
reverting the format used by virt-admin's client-info command from
the URI one to the SASL one.

https://bugzilla.redhat.com/show_bug.cgi?id=1345743
daemon/remote.c
src/remote/remote_driver.c
src/rpc/virnetclient.c
src/rpc/virnetclient.h
src/rpc/virnetserverclient.c
src/rpc/virnetserverclient.h
src/rpc/virnetsocket.c
src/rpc/virnetsocket.h
tests/virnetsockettest.c