Switch to unified view

a/src/internfile/mh_exec.cpp b/src/internfile/mh_exec.cpp
...
...
76
    m_reason = "RECFILTERROR BADCONFIG";
76
    m_reason = "RECFILTERROR BADCONFIG";
77
    return false;
77
    return false;
78
    }
78
    }
79
79
80
    int filtermaxseconds = 900;
80
    int filtermaxseconds = 900;
81
    RclConfig *conf = RclConfig::getMainConfig();
82
    if (conf) {
83
        conf->getConfParam("filtermaxseconds", &filtermaxseconds);
81
    m_config->getConfParam("filtermaxseconds", &filtermaxseconds);
84
    }
85
82
86
    // Command name
83
    // Command name
87
    string cmd = params.front();
84
    string cmd = params.front();
88
    
85
    
89
    // Build parameter list: delete cmd name and add the file name
86
    // Build parameter list: delete cmd name and add the file name