Fix missed */

Alex Kiernan alexk at demon.net
Tue Feb 27 07:28:44 UTC 2001



I'm guessing this was a cockup when the comment was added to the code
in 1.16 (I spotted it because I was linting & checking my history
stuff):

Index: innfeed/startinnfeed.c
===================================================================
RCS file: /upstream-repositories/inn-cvs.isc.org/inn/innfeed/startinnfeed.c,v
retrieving revision 1.16
diff -u -r1.16 startinnfeed.c
--- innfeed/startinnfeed.c	2000/08/29 08:50:51	1.16
+++ innfeed/startinnfeed.c	2001/02/27 07:27:16
@@ -79,7 +79,7 @@
 
     /* These calls will fail on some systems, such as HP-UX 11.00.  On those
        systems, we just blindly assume that the stack and data limits are
-       high enough (they generally are).
+       high enough (they generally are). */
 #if HAVE_SETRLIMIT
     rl.rlim_cur = RLIM_INFINITY;
     rl.rlim_max = RLIM_INFINITY;


-- 
Alex Kiernan, Principal Engineer, Development, Thus PLC


More information about the inn-patches mailing list