IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2005, 6:49:20 PM (21 years ago)
Author:
eugene
Message:

pcontrol dev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/CheckIdleHost.c

    r3203 r3211  
    1313    job = (Job *) stack[0].object[i];
    1414    if (job[0].mode != PCONTROL_JOB_NEEDHOST) continue;
     15    if (job[0].hostname == NULL) continue;
    1516    if (strcasecmp (job[0].hostname, host[0].hostname)) continue;
    1617    LinkJobAndHost (job, host);
     
    2324    job = (Job *) stack[0].object[i];
    2425    if (job[0].mode != PCONTROL_JOB_WANTHOST) continue;
     26    if (job[0].hostname == NULL) continue;
    2527    if (strcasecmp (job[0].hostname, host[0].hostname)) continue;
    2628    LinkJobAndHost (job, host);
     
    3335    job = (Job *) stack[0].object[i];
    3436    if (job[0].mode != PCONTROL_JOB_ANYHOST) continue;
    35     if (strcasecmp (job[0].hostname, host[0].hostname)) continue;
    3637    LinkJobAndHost (job, host);
    3738    StartJob (job);
Note: See TracChangeset for help on using the changeset viewer.