Ralf,

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.

 - David Harris
   Principal Engineer, DRH Internet Services


loop_iterator.diff

Reply via email to