DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43334>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43334 ------- Additional Comments From [EMAIL PROTECTED] 2007-09-09 13:06 ------- (In reply to comment #2) > Index: ssl_engine_vars.c > =================================================================== > --- ssl_engine_vars.c (Revision 573732) > +++ ssl_engine_vars.c (Arbeitskopie) > @@ -640,7 +640,7 @@ > static char *library = NULL; > char *result; > > - if (!library) { > + { > char *cp, *cp2; > library = apr_pstrdup(p, SSL_LIBRARY_DYNTEXT); I assume that somehow we use the wrong pool when we call ssl_var_lookup_ssl_version for the first time. But this needs to be examined further. Thanks for your quick feedback. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
