[smtpd/qpsmtpd] 8bc062: Fix error checking for socket connections

[email protected] (GitHub) Wed, 31 Dec 2014 09:26:04 -0800
Newsgroups perl.qpsmtpd.dev
Message-ID <54a431ac26c58_32f23ffe9b11d29c34366@hookshot-fe2-cp1-prd.iad.github.net.mail>
----==_mimepart_54a431ac26863_32f23ffe9b11d29c342d6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/smtpd/qpsmtpd
  Commit: 8bc0626c6595ce210df22011671dc2eff061f579
      https://github.com/smtpd/qpsmtpd/commit/8bc0626c6595ce210df22011671dc2eff061f579
  Author: Jonathan Hall <[email protected]>
  Date:   2014-12-31 (Wed, 31 Dec 2014)

  Changed paths:
    M plugins/ident/p0f

  Log Message:
  -----------
  Fix error checking for socket connections

- IO::Socket::UNIX->new should never die, therefore...
- $@ is always undef when the eval exits, so...
- use $! instead


  Commit: 25f29dbbf61059fb21a432121c11d4d1db97af02
      https://github.com/smtpd/qpsmtpd/commit/25f29dbbf61059fb21a432121c11d4d1db97af02
  Author: Jared Johnson <[email protected]>
  Date:   2014-12-31 (Wed, 31 Dec 2014)

  Changed paths:
    M plugins/ident/p0f

  Log Message:
  -----------
  Merge pull request #183 from flimzy/p0f-errors-redo

Fix error checking for socket connections


Compare: https://github.com/smtpd/qpsmtpd/compare/a308e53aa781...25f29dbbf610
----==_mimepart_54a431ac26863_32f23ffe9b11d29c342d6--