Use correct error string for getaddrinfo() and getnameinfo() failures.
authorMichael Poole <mdpoole@troilus.org>
Sun, 15 Jun 2008 13:23:22 +0000 (09:23 -0400)
committerMichael Poole <mdpoole@troilus.org>
Sun, 15 Jun 2008 13:23:22 +0000 (09:23 -0400)
src/ioset.c (ioset_connect): Include the error string when getaddrinfo()
  fails.
src/mail-smtp.c (smtp_fill_name): Use gai_strerror() rather than strerror().


No differences found