IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 11, 2006, 4:51:50 PM (20 years ago)
Author:
eugene
Message:

working on threaded version

File:
1 edited

Legend:

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

    r7917 r8296  
    66  int i, N, Mode, targc, Timeout;
    77  IDtype JobID;
     8
     9  if (get_argument (argc, argv, "-host") && get_argument (argc, argv, "+host")) {
     10      gprint (GP_ERR, "ERROR: -host and +host are incompatible\n");
     11      return (FALSE);
     12  }   
    813
    914  Host = NULL;
     
    1621  }
    1722  if ((N = get_argument (argc, argv, "+host"))) {
    18     if (Mode == PCONTROL_JOB_WANTHOST) {
    19       gprint (GP_ERR, "ERROR: -host and +host are incompatible\n");
    20       FREE (Host);
    21       return (FALSE);
    22     }
    2323    remove_argument (N, &argc, argv);
    2424    Host = strcreate (argv[N]);
Note: See TracChangeset for help on using the changeset viewer.