Set socket_error to errno if connecting fails in rfc2553_connect_to()
authorFabian Keil <fk@fabiankeil.de>
Sat, 30 Jul 2011 15:12:02 +0000 (15:12 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sat, 30 Jul 2011 15:12:02 +0000 (15:12 +0000)
commit4b88769c0ecb4b0d43fad38bd15273a490e3ddf3
treef4623de7eb5bd1e9687fa8884237eafca85cc46b
parent60b72525df1d99b81deee8a1c80d34fe2392988d
Set socket_error to errno if connecting fails in rfc2553_connect_to()

Previously rejected direct connections could be incorrectly reported as DNS issues.
jbsockets.c