Changeset 31924 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Aug 24, 2010 1:14:33 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65134
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServicePropCache.cpp
r31918 r31924 415 415 * by the host side in order to put the actual reset value in it. 416 416 */ 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); 419 419 420 420 AssertPtr(pNode->pszName);
Note:
See TracChangeset
for help on using the changeset viewer.