Ignore:
Timestamp:
Nov 11, 2016, 1:37:02 AM (8 years ago)
Author:
ldelgass
Message:

Update config files with timeout values for geovis,nanovis,vtkvis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nanoscale/trunk/server.c

    r6572 r6609  
    352352                        serverPtr->name, getpid());
    353353                    if (serverPtr->logStdout) {
    354                         newFd = open(path, O_WRONLY | O_CREAT| O_TRUNC, 0600);
     354                        newFd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0600);
    355355                    } else {
    356356                        newFd = open("/dev/null", O_WRONLY, 0600);
Note: See TracChangeset for help on using the changeset viewer.