INN commit: trunk/frontends (rnews.c)

INN Commit rra at isc.org
Sun Mar 14 20:34:39 UTC 2010


    Date: Sunday, March 14, 2010 @ 13:34:39
  Author: iulius
Revision: 8992

Do not truncate to 9 characters the name of a host when
unspooling files with rnews.

Modified:
  trunk/frontends/rnews.c

---------+
 rnews.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: rnews.c
===================================================================
--- rnews.c	2010-03-14 20:33:40 UTC (rev 8991)
+++ rnews.c	2010-03-14 20:34:39 UTC (rev 8992)
@@ -621,7 +621,7 @@
     struct dirent       *ep;
     bool	ok;
     struct stat		Sb;
-    char		hostname[10];
+    char		hostname[SMBUF];
     int			fd;
     size_t		i;
     char                *uuhost;




More information about the inn-committers mailing list