From 6a0fa13ee1d559a10524f7b0e916945c5ee77488 Mon Sep 17 00:00:00 2001 From: Markus Ullmann Date: Mon, 11 Mar 2013 03:33:42 +0100 Subject: [PATCH] Update qpsmtpd-forkserver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- qpsmtpd-forkserver | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/qpsmtpd-forkserver b/qpsmtpd-forkserver index 84000f3..2e33618 100755 --- a/qpsmtpd-forkserver +++ b/qpsmtpd-forkserver @@ -277,13 +277,7 @@ while (1) { next; } # 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;