INN commit: branches/2.5/frontends (rnews.c)
INN Commit
rra at isc.org
Sun Mar 14 20:59:42 UTC 2010
Date: Sunday, March 14, 2010 @ 13:59:42
Author: iulius
Revision: 8998
Do not truncate to 9 characters the name of a host when
unspooling files with rnews.
Modified:
branches/2.5/frontends/rnews.c
---------+
rnews.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: rnews.c
===================================================================
--- rnews.c 2010-03-14 20:59:29 UTC (rev 8997)
+++ rnews.c 2010-03-14 20:59:42 UTC (rev 8998)
@@ -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