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/CheckBusyJob.c

    r11052 r11388  
    3131      job[0].host = NULL;
    3232      host[0].job = NULL;
     33      if (job[0].realhost) free (job[0].realhost);
     34      job[0].realhost = NULL;
    3335      PutHost (host, PCONTROL_HOST_DOWN, STACK_BOTTOM);
    3436      PutJob (job, PCONTROL_JOB_PENDING, STACK_BOTTOM);
Note: See TracChangeset for help on using the changeset viewer.