VirtualBox

Changeset 42001 in vbox


Ignore:
Timestamp:
Jul 3, 2012 12:59:30 PM (13 years ago)
Author:
vboxsync
Message:

Another one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostart.cpp

    r41999 r42001  
    384384                return 0;
    385385
    386             case 'P':
    387                 pszPidFile = ValueUnion.psz;
    388                 break;
    389 
    390386            case 'F':
    391387                pszLogFile = ValueUnion.psz;
     
    462458        }
    463459
    464         rc = RTProcDaemonizeUsingFork(false /* fNoChDir */, false /* fNoClose */, pszPidFile);
     460        rc = RTProcDaemonizeUsingFork(false /* fNoChDir */, false /* fNoClose */, NULL);
    465461        if (RT_FAILURE(rc))
    466462            return RTMsgErrorExit(RTEXITCODE_FAILURE, "failed to daemonize, rc=%Rrc. exiting.", rc);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette