# HG changeset patch # User Mikael Berthe # Date 1539421112 -7200 # Node ID bf83410db8753d3aebe49546e72829231cebdd6e # Parent e63d00271473e08053f19b1b3698cce505712769# Parent 202bc8bac4388cd6151319369fe9e284b3277ed6 Merge pull request #36 from kempniu/fix-falling-back-to-another-resolver-result-when-connecting Fix falling back to another resolver result when connecting committer: GitHub diff -r e63d00271473 -r bf83410db875 loudmouth/lm-old-socket.c --- a/loudmouth/lm-old-socket.c Fri Sep 28 22:03:46 2018 +0200 +++ b/loudmouth/lm-old-socket.c Sat Oct 13 10:58:32 2018 +0200 @@ -529,8 +529,8 @@ * from it (by connecting to the next host) */ if (!_lm_old_socket_failed_with_error (connect_data, err)) { socket->watch_connect = NULL; - goto out; } + goto out; } }