Update qpsmtpd-forkserver

Drop block as it breaks with Net::DNS and should be safe according to http://www.nntp.perl.org/group/perl.qpsmtpd/2012/12/msg9980.html
This commit is contained in:
Markus Ullmann 2013-03-11 03:33:42 +01:00
parent 5758412c53
commit 2661e083a3

View File

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