Switch to unified view

a/src/execmd.cpp b/src/execmd.cpp
...
...
886
    // than a loop
886
    // than a loop
887
again:
887
again:
888
    int n = con->getline(buf, BS, timeosecs);
888
    int n = con->getline(buf, BS, timeosecs);
889
    if (n < 0) {
889
    if (n < 0) {
890
        if (con->timedout()) {
890
        if (con->timedout()) {
891
            LOGDEB("ExecCmd::getline: timeout\n");
891
            LOGDEB0("ExecCmd::getline: select timeout, report and retry\n");
892
            if (m->m_advise) {
892
            if (m->m_advise) {
893
                m->m_advise->newData(0);
893
                m->m_advise->newData(0);
894
            }
894
            }
895
            goto again;
895
            goto again;
896
        }
896
        }