IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2007, 12:21:18 PM (19 years ago)
Author:
eugene
Message:

complete merge from branch dvo-mods-2007-02

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imregister/imreg/rconnect.c

    r2823 r12332  
    4040    setvbuf (stderr, (char *) NULL, _IONBF, BUFSIZ);
    4141
    42     status = execl (command, file, hostname, "/bin/csh", 0);
     42    status = execl (command, file, hostname, "/bin/csh", NULL);
    4343    fprintf (stderr, "error starting remote shell process\n");
    4444    Shutdown (1);
Note: See TracChangeset for help on using the changeset viewer.