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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO ------- Additional Comments From [EMAIL PROTECTED] 2007-09-09 12:11 ------- Could you please try if the following makes the error go away?: 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); if ((cp = strchr(library, ' ')) != NULL) { This patch is no solution, but should help finding the root cause. I for myself cannot reproduce this currently. -- 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]
