Changeset 55576 in vbox
- Timestamp:
- May 1, 2015 1:00:55 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp
r50063 r55576 1824 1824 /* Is this an anonymous session? */ 1825 1825 /* Anonymous sessions run with the same privileges as the main VBoxService executable. */ 1826 bool fAnonymous = !RT_BOOL(strlen(pSessionThread->StartupInfo.szUser));1826 bool const fAnonymous = pSessionThread->StartupInfo.szUser[0] == '\0'; 1827 1827 if (fAnonymous) 1828 1828 {
Note:
See TracChangeset
for help on using the changeset viewer.

