Changeset 43792 in vbox for trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp
- Timestamp:
- Nov 1, 2012 1:28:44 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp
r43791 r43792 261 261 } 262 262 263 # 263 #if defined(VBOX_WITH_DBUS) && defined(RT_OS_LINUX) /* Not yet for Solaris/FreeBSB. */ 264 264 /* 265 265 * Simple wrapper to work around compiler-specific va_list madness. … … 559 559 cUsersInList, pszUserList ? pszUserList : "<NULL>", rc); 560 560 561 #if 0562 561 if (pszUserList && cUsersInList > 0) 563 562 VBoxServicePropCacheUpdate(&g_VMInfoPropCache, "/VirtualBox/GuestInfo/OS/LoggedInUsersList", "%s", pszUserList); … … 571 570 g_cVMInfoLoggedInUsers = cUsersInList; 572 571 } 573 #endif 572 574 573 if (RT_SUCCESS(rc) && pszUserList) 575 574 RTStrFree(pszUserList);
Note:
See TracChangeset
for help on using the changeset viewer.