VirtualBox

Changeset 39896 in vbox for trunk/src


Ignore:
Timestamp:
Jan 27, 2012 12:13:28 PM (13 years ago)
Author:
vboxsync
Message:

VBoxService/GuestCtrl: Initialize pRequest.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlThread.cpp

    r39844 r39896  
    9090        return rc;
    9191
    92     pThread->uPID = 0; /* Don't have a PID yet. */
    93     pThread->uFlags = uFlags;
     92    pThread->uPID         = 0;          /* Don't have a PID yet. */
     93    pThread->pRequest     = NULL;       /* No request assigned yet. */
     94    pThread->uFlags       = uFlags;
    9495    pThread->uTimeLimitMS = (   uTimeLimitMS == UINT32_MAX
    9596                             || uTimeLimitMS == 0)
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