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=42327>. 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=42327 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Component|mod_auth |Other Modules Resolution|FIXED | ------- Additional Comments From [EMAIL PROTECTED] 2007-05-10 03:53 ------- It's not fixed until we get the patch in, and an open bug reference helps with getting it reviewed (which is necessary: that's the rules for a stable branch, however trivial the fix). For reference, here's Bojan's patch: Index: modules/database/mod_dbd.c =================================================================== --- modules/database/mod_dbd.c (revision 536728) +++ modules/database/mod_dbd.c (working copy) @@ -661,7 +661,7 @@ svr_cfg *svr; server_rec *sp; for (sp = s; sp; sp = sp->next) { - const char *key = apr_psprintf(s->process->pool, "%pp", s); + const char *key = apr_psprintf(s->process->pool, "%pp", sp); svr = ap_get_module_config(sp->module_config, &dbd_module); svr->prepared = apr_hash_get(dbd_prepared_defns, key, APR_HASH_KEY_STRING); -- 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]
