VirtualBox

Changeset 10877 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Jul 24, 2008 10:14:40 PM (17 years ago)
Author:
vboxsync
Message:

cosmetics.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp

    r10876 r10877  
    344344     * here too, since that is more straight forward at this point.
    345345     */
    346     int             rc;
    347     PSUPDRVSESSION  pSession;
     346    int             rc = VINF_SUCCESS;
     347    PSUPDRVSESSION  pSession = NULL;
    348348    struct ucred   *pCred = proc_ucred(pProcess);
    349349    if (pCred)
     
    369369                pSession->Uid = Uid;
    370370                pSession->Gid = Gid;
    371                 rc = VINF_SUCCESS;
    372371            }
    373372            else
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