From ca9c23532ec32aeb89f7e5267791cf07e1737bca Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 11 Apr 2009 10:44:47 +0000 Subject: [PATCH] Update a comment. We're not in Kansas anymore. --- jcc.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jcc.c b/jcc.c index 40829c08..69b21f2b 100644 --- a/jcc.c +++ b/jcc.c @@ -1,4 +1,4 @@ -const char jcc_rcs[] = "$Id: jcc.c,v 1.240 2009/04/09 10:12:54 fabiankeil Exp $"; +const char jcc_rcs[] = "$Id: jcc.c,v 1.241 2009/04/11 10:37:23 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/jcc.c,v $ @@ -33,6 +33,9 @@ const char jcc_rcs[] = "$Id: jcc.c,v 1.240 2009/04/09 10:12:54 fabiankeil Exp $" * * Revisions : * $Log: jcc.c,v $ + * Revision 1.241 2009/04/11 10:37:23 fabiankeil + * When dropping connections due to ACL, don't leak csp->ip_addr_str. + * * Revision 1.240 2009/04/09 10:12:54 fabiankeil * Fix two cases in which an invalid server response would result * in the client connection being closed without sending an error @@ -4232,7 +4235,7 @@ static void listen_loop(void) { /* * Since we were listening to the "old port", we will not see - * a "listen" param change until the next IJB request. So, at + * a "listen" param change until the next request. So, at * least 1 more request must be made for us to find the new * setting. I am simply closing the old socket and binding the * new one. -- 2.39.2