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

(-)state.c (-7 / +6 lines)
Lines 1111-1123 Link Here
1111
            default:d_list[i].d_func = NULL;
1111
            default:d_list[i].d_func = NULL;
1112
                    break;
1112
                    break;
1113
        }
1113
        }
1114
    }
1114
        if (d_list[i].d_func == NULL)
1115
1115
        {
1116
    if (d_list[i].d_func == NULL)
1116
            d_list[i].d_type = 0;
1117
    {
1117
            d_list[i].d_arg = 0;
1118
        d_list[i].d_type = 0;
1118
            d_list[i].d_time = 0;
1119
        d_list[i].d_arg = 0;
1119
        }
1120
        d_list[i].d_time = 0;
1121
    }
1120
    }
1122
    
1121
    
1123
    return(READSTAT);
1122
    return(READSTAT);

Return to bug 407983