IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 29, 2007, 12:43:13 PM (19 years ago)
Author:
eugene
Message:

adding realhost

File:
1 edited

Legend:

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

    r11052 r11388  
    4848      job[0].host = NULL;
    4949      host[0].job = NULL;
     50      if (job[0].realhost) free (job[0].realhost);
     51      job[0].realhost = NULL;
    5052      PutHost (host, PCONTROL_HOST_DONE, STACK_BOTTOM);
    5153      PutJob (job, PCONTROL_JOB_PENDING, STACK_BOTTOM);
     
    7880
    7981    default:
     82      job[0].realhost = strcreate (host[0].hostname);
    8083      job[0].pid = status;
    8184      PutHost (host, PCONTROL_HOST_BUSY, STACK_BOTTOM);
Note: See TracChangeset for help on using the changeset viewer.