Parent Directory | Revision Log | Revision Graph
* Thu Apr 25 2013 chris burnat <devlist@burnat.com> 0.84.5.sme - Fix Net::DNS update breaks qpsmtpd, codes suggested by Ian [SME: 7557]
1 | burnat | 1.1 | diff -urN qpsmtpd-0.84.old/qpsmtpd-forkserver qpsmtpd-0.84/qpsmtpd-forkserver |
2 | --- qpsmtpd-0.84.old/qpsmtpd-forkserver 2013-04-25 09:46:25.629899313 +1000 | ||
3 | +++ qpsmtpd-0.84/qpsmtpd-forkserver 2013-04-25 09:57:13.822897036 +1000 | ||
4 | @@ -283,12 +283,6 @@ | ||
5 | } | ||
6 | # otherwise child | ||
7 | |||
8 | - # all children should have different seeds, to prevent conflicts | ||
9 | - srand(); | ||
10 | - for (0 .. rand(65536)) { | ||
11 | - Net::DNS::Header::nextid(); | ||
12 | - } | ||
13 | - | ||
14 | close $_ for $select->handles; | ||
15 | |||
16 | $SIG{$_} = 'DEFAULT' for keys %SIG; |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |