Changeset 25355 in vbox for trunk/src/VBox/HostServices/GuestProperties
- Timestamp:
- Dec 14, 2009 10:17:49 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestProperties/service.cpp
r25354 r25355 738 738 { 739 739 found = true; 740 rc = checkPermission((ePropFlags)it->mFlags, isGuest); 740 741 break; 741 742 } 742 rc = checkPermission(found ? (ePropFlags)it->mFlags : NILFLAG,743 isGuest);744 743 745 744 /*
Note:
See TracChangeset
for help on using the changeset viewer.