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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +3 lines)
Line  Link Here
0
-- a/lib/fencing/st_client.c
0
++ b/lib/fencing/st_client.c
Lines 663-671 stonith_action_async_done(mainloop_child Link Here
663
663
664
    if (action->timer_sigterm > 0) {
664
    if (action->timer_sigterm > 0) {
665
        g_source_remove(action->timer_sigterm);
665
        g_source_remove(action->timer_sigterm);
666
        action->timer_sigterm = 0;
666
    }
667
    }
667
    if (action->timer_sigkill > 0) {
668
    if (action->timer_sigkill > 0) {
668
        g_source_remove(action->timer_sigkill);
669
        g_source_remove(action->timer_sigkill);
670
        action->timer_sigkill = 0;
669
    }
671
    }
670
672
671
    if (action->last_timeout_signo) {
673
    if (action->last_timeout_signo) {

Return to bug 539608