VirtualBox

Changeset 27287 in vbox


Ignore:
Timestamp:
Mar 11, 2010 4:36:28 PM (15 years ago)
Author:
vboxsync
Message:

process-posix.cpp: Forgot to pass pFileActions to posix_spawn. duh.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/process-posix.cpp

    r26824 r27287  
    55
    66/*
    7  * Copyright (C) 2006-2007 Sun Microsystems, Inc.
     7 * Copyright (C) 2006-2010 Sun Microsystems, Inc.
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    227227
    228228            if (!rc)
    229                 rc = posix_spawn(&pid, pszExec, NULL, &Attr, (char * const *)papszArgs,
     229                rc = posix_spawn(&pid, pszExec, pFileActions, &Attr, (char * const *)papszArgs,
    230230                                 (char * const *)papszEnv);
    231231
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