Re: [patch] minor loop itorator change

1999-07-31 Thread Ralf S. Engelschall
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 it

[patch] minor loop itorator change

1999-07-30 Thread David Harris
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