IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 12, 2006, 10:45:22 AM (20 years ago)
Author:
eugene
Message:

better solution for hung hosts

File:
1 edited

Legend:

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

    r10659 r10661  
    2727    case PCLIENT_HUNG:
    2828      // don't do anything drastic, just try again later
    29       PutHost (host, PCONTROL_HOST_BUSY, STACK_BOTTOM);
     29      PutHost (host, PCONTROL_HOST_DONE, STACK_BOTTOM);
    3030      if (DEBUG || VerboseMode()) gprint (GP_ERR, "host %s is not responding\n", host[0].hostname);
    3131      FreeIOBuffer (&buffer);
Note: See TracChangeset for help on using the changeset viewer.