On Fri, Jul 30, 1999, David Harris wrote:

> When you loop through the configured servers in mod_ssl_init.c:ssl_init_Module
> first you use an iterator of s2 and leave s alone when opening the SSL log
> files. But at the very end of the function when configuring the servers, you
> use s as your iterator and completely loose a pointer to any valid s. This
> makes placing a print statement at the bottom of that function a pain. Here's a
> patch that changes the loop iterator for configuring the servers from s to s2.
> Use it if you like.

Ops, yes. Your patch is a very reasonable one, because
it cleans up the stuff. Now comitted for 2.3.11. Thanks, David.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to