Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 311927 | Differences between
and this patch

Collapse All | Expand All

(-)src/forward.cc (-1 / +4 lines)
Lines 527-533 Link Here
527
527
528
        /* Ditch error page if it was created before.
528
        /* Ditch error page if it was created before.
529
         * A new one will be created if there's another problem */
529
         * A new one will be created if there's another problem */
530
        err = NULL;
530
        if (err) {
531
            errorStateFree(err);
532
            err = NULL;
533
        }
531
534
532
        /* use eventAdd to break potential call sequence loops and to slow things down a little */
535
        /* use eventAdd to break potential call sequence loops and to slow things down a little */
533
        eventAdd("fwdConnectStart", fwdConnectStartWrapper, this, originserver ? 0.05 : 0.005, 0);
536
        eventAdd("fwdConnectStart", fwdConnectStartWrapper, this, originserver ? 0.05 : 0.005, 0);

Return to bug 311927