Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 498006
Collapse All | Expand All

(-)mod_wsgi-3.4.orig/mod_wsgi.c (+6 lines)
Lines 10600-10606 Link Here
10600
     * will add their own input/output filters to the chain.
10600
     * will add their own input/output filters to the chain.
10601
     */
10601
     */
10602
10602
10603
#if AP_MODULE_MAGIC_AT_LEAST(20110619,0)
10604
    /* For 2.4 a NULL sbh pointer should work. */
10605
    sbh = NULL;
10606
#else
10607
    /* For 2.2 a dummy sbh pointer is needed. */
10603
    ap_create_sb_handle(&sbh, p, -1, 0);
10608
    ap_create_sb_handle(&sbh, p, -1, 0);
10609
#endif
10604
10610
10605
    c = (conn_rec *)apr_pcalloc(p, sizeof(conn_rec));
10611
    c = (conn_rec *)apr_pcalloc(p, sizeof(conn_rec));
10606
10612

Return to bug 498006