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