Merge branch 'master' of github.com:qpsmtpd-dev/qpsmtpd-dev

merge in Net::DNS patch
This commit is contained in:
Matt Simerson 2013-03-10 23:27:59 -04:00
commit 08357b3ba0

View File

@ -277,13 +277,7 @@ while (1) {
next; next;
} }
# otherwise child # otherwise child
# all children should have different seeds, to prevent conflicts
srand();
for (0 .. rand(65536)) {
Net::DNS::Header::nextid();
}
close $_ for $select->handles; close $_ for $select->handles;
$SIG{$_} = 'DEFAULT' for keys %SIG; $SIG{$_} = 'DEFAULT' for keys %SIG;