INN commit: trunk/nnrpd (group.c)
INN Commit
Russ_Allbery at isc.org
Sat Sep 20 18:10:00 UTC 2008
Date: Saturday, September 20, 2008 @ 11:09:59
Author: iulius
Revision: 8038
Useless repbuff variable.
Modified:
trunk/nnrpd/group.c
---------+
group.c | 2 --
1 file changed, 2 deletions(-)
Modified: group.c
===================================================================
--- group.c 2008-09-20 15:12:35 UTC (rev 8037)
+++ group.c 2008-09-20 18:09:59 UTC (rev 8038)
@@ -236,13 +236,11 @@
GRPreport(void)
{
char buff[SPOOLNAMEBUFF];
- char repbuff[1024];
if (GRPcur) {
strlcpy(buff, GRPcur, sizeof(buff));
syslog(L_NOTICE, "%s group %s %lu", Client.host, buff, GRParticles);
GRParticles = 0;
- repbuff[0]='\0';
}
}
More information about the inn-committers
mailing list