Update a comment. We're not in Kansas anymore.
authorFabian Keil <fk@fabiankeil.de>
Sat, 11 Apr 2009 10:44:47 +0000 (10:44 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sat, 11 Apr 2009 10:44:47 +0000 (10:44 +0000)
jcc.c

diff --git a/jcc.c b/jcc.c
index 40829c0..69b21f2 100644 (file)
--- 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.