summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBruce Guenter <bruce@untroubled.org>2017-10-23 20:48:45 -0600
committerBruce Guenter <bruce@untroubled.org>2017-10-23 20:54:04 -0600
commit5fd6be940792553ce7d9826dc85f9f4813e3bcaa (patch)
treed64f5cae37d6902ead12e2a5d2b441d0dd6442b8 /NEWS
parent6c937ce0243019b5891ecd3840ed2d9bf0a155be (diff)
lib/tcpconnect.cc: Clarify logic srrounding source addresses
If no address could be used to bind the source address, the resulting error code from tcpconnect would be incorrect (temporary gethostbyname failure). This rewrites it to a more sensible failure to bind source.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0ed1540..77df56a 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,9 @@ Changes in version 2.1
- Some build fixes.
+- Fixed bogus temporary gethostbyname error message when the protocol
+ source address was incorrect.
+
Development of this version has been sponsored by FutureQuest, Inc.
ossi@FutureQuest.net http://www.FutureQuest.net/
-------------------------------------------------------------------------------