VirtualBox

Changeset 31924 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Aug 24, 2010 1:14:33 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
65134
Message:

VBoxService/VMInfo/PropCache: Really clear/set default values of temporary properties.

File:
1 edited

Legend:

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

    r31918 r31924  
    415415             * by the host side in order to put the actual reset value in it.
    416416             */
    417             if ((pNode->fFlags & VBOXSERVICEPROPCACHEFLAG_TEMPORARY) == 0)
    418                 vboxServicePropCacheWritePropF(pCache->uClientID, pNode->pszName, 0 /* Flags */, pNode->pszValueReset);
     417            if (pNode->fFlags & VBOXSERVICEPROPCACHEFLAG_TEMPORARY)
     418                vboxServicePropCacheWritePropF(pCache->uClientID, pNode->pszName, 0 /* Flags, clear all */, pNode->pszValueReset);
    419419
    420420            AssertPtr(pNode->pszName);
Note: See TracChangeset for help on using the changeset viewer.

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