INN commit: trunk/control (perl-nocem.in)

INN Commit Russ_Allbery at isc.org
Sun Aug 19 13:19:18 UTC 2007


    Date: Sunday, August 19, 2007 @ 06:19:18
  Author: iulius
Revision: 7648

Free an unusable socket after the timeout.  Thanks to Christoph Biedl
for the patch.
Mention the keyring in the documentation.

Modified:
  trunk/control/perl-nocem.in

---------------+
 perl-nocem.in |    4 ++++
 1 file changed, 4 insertions(+)

Modified: perl-nocem.in
===================================================================
--- perl-nocem.in	2007-08-14 18:52:32 UTC (rev 7647)
+++ perl-nocem.in	2007-08-19 13:19:18 UTC (rev 7648)
@@ -422,6 +422,8 @@
     return;
 
 ERR:
+    # discard unusable socket
+    close (NNTP);
     logmsg('Switching to ctlinnd...', 'err');
     cancel_ctlinnd($ids);
     $cancel = \&cancel_ctlinnd;
@@ -579,7 +581,9 @@
 
 =head1 FILES
 
+/usr/local/news/bin/perl-nocem
 /usr/local/news/etc/nocem.ctl
+/usr/local/news/etc/pgp/ncmring.gpg
 
 =head1 BUGS
 



More information about the inn-committers mailing list