IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 16, 2005, 6:01:28 AM (21 years ago)
Author:
eugene
Message:

added user scheduler/controller commands, fixed up I/F issues

File:
1 edited

Legend:

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

    r4450 r4573  
    2424  line = NULL;
    2525  status = -1;
    26   for (i = 0; (i < PCLIENT_TIMEOUT) && (status == -1) && (line == NULL); i++) {
     26  for (i = 0; (i < PCLIENT_TIMEOUT) && (status != 0) && (line == NULL); i++) {
    2727    status = ReadtoIOBuffer (buffer, host[0].stdout);
    2828    line = memstr (buffer[0].buffer, response, buffer[0].Nbuffer);
Note: See TracChangeset for help on using the changeset viewer.