INN commit: trunk/nnrpd (commands.c post.c)

INN Commit Russ_Allbery at isc.org
Sat Dec 27 16:04:03 UTC 2008


    Date: Saturday, December 27, 2008 @ 08:04:03
  Author: iulius
Revision: 8267

Typo and add a warning about not changing a size without reporting
it to Perl and Python code.

Modified:
  trunk/nnrpd/commands.c
  trunk/nnrpd/post.c

------------+
 commands.c |    1 +
 post.c     |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

Modified: commands.c
===================================================================
--- commands.c	2008-12-27 13:39:23 UTC (rev 8266)
+++ commands.c	2008-12-27 16:04:03 UTC (rev 8267)
@@ -244,6 +244,7 @@
 {
     static char	User[SMBUF];
     static char	Password[SMBUF];
+    /* XXX BIG_BUFFER, if changed, should also be changed in perl.c and python.c. */
     char	accesslist[BIG_BUFFER];
     char        errorstr[BIG_BUFFER];
     int         code;

Modified: post.c
===================================================================
--- post.c	2008-12-27 13:39:23 UTC (rev 8266)
+++ post.c	2008-12-27 16:04:03 UTC (rev 8267)
@@ -270,7 +270,7 @@
 
 
 /*
-**  Check the Distribution header, and exit on error.
+**  Check the Distribution: header, and exit on error.
 */
 static const char *
 CheckDistribution(char *p)




More information about the inn-committers mailing list