IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29558


Ignore:
Timestamp:
Oct 25, 2010, 4:44:59 PM (16 years ago)
Author:
eugene
Message:

fix variable init build errors

File:
1 edited

Legend:

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

    r29540 r29558  
    33int job (int argc, char **argv) {
    44
    5   char *Host, **targv;
     5  char *Host = NULL;
     6  char **targv = NULL;
    67  int i, N, Mode, targc, Timeout;
    78  IDtype JobID;
    8   char **xhosts;
    9   int Nxhosts, NXHOSTS;
     9  char **xhosts = NULL;
     10  int Nxhosts = 0;
     11  int NXHOSTS = 0;
    1012
    1113  if (get_argument (argc, argv, "-host") && get_argument (argc, argv, "+host")) {
Note: See TracChangeset for help on using the changeset viewer.