In-Reply-To missing, sorry! Markus Armbruster <arm...@redhat.com> writes:
> Separate the search for a working addrinfo from the code that does > something with it. Makes for a clearer search loop. > > Use a local Error * to simplify resetting the error in the search > loop. > > Signed-off-by: Markus Armbruster <arm...@redhat.com> > --- > Forgot to include this one. inet_connect_opts() admittedly isn't in > the character backend subsystem, just used by it. Hope it's close > enough for review and commit. > > util/qemu-sockets.c | 28 ++++++++++++++++------------ > 1 file changed, 16 insertions(+), 12 deletions(-)