cvs commit: qpsmtpd qpsmtpd-forkserver

[email protected] (Robert Spier)
Newsgroups perl.cvs.qpsmtpd
Message-ID <[email protected]>
cvsuser     04/08/14 10:42:45

  Modified:    .        qpsmtpd-forkserver
  Log:
  fix compilation error
  
  Revision  Changes    Path
  1.11      +1 -1      qpsmtpd/qpsmtpd-forkserver
  
  Index: qpsmtpd-forkserver
  ===================================================================
  RCS file: /cvs/public/qpsmtpd/qpsmtpd-forkserver,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -w -r1.10 -r1.11
  --- qpsmtpd-forkserver	9 Aug 2004 15:40:56 -0000	1.10
  +++ qpsmtpd-forkserver	14 Aug 2004 17:42:45 -0000	1.11
  @@ -120,7 +120,7 @@
           # "Use of freed value in iteration" under perl 5.8.4.
           my @rip = values %childstatus;
           foreach my $rip (@rip) {
  -          ++$num_conn if (defined $rip && $rip eq $iaddr) {
  +          ++$num_conn if (defined $rip && $rip eq $iaddr);
           }
   
           if ($num_conn > $MAXCONNIP) {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.