VirtualBox

Changeset 44474 in vbox for trunk


Ignore:
Timestamp:
Jan 30, 2013 4:47:30 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83482
Message:

VBoxServiceVMInfo-win: More user enumeration fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo-win.cpp

    r44164 r44474  
    921921#endif
    922922                bool fAddUser = true;
    923                 if (   pUserInfo[i].ulNumProcs
    924                        /* If we have session 0 separation, add the user regardless of the
    925                         * attached processes. */
    926                     || vboxServiceVMInfoSession0Separation())
     923                if (pUserInfo[i].ulNumProcs)
    927924                    fAddUser = true;
    928925
    929926                if (fAddUser)
    930927                {
    931                     VBoxServiceVerbose(3, "User %ls has %ld processes (session %u)\n",
     928                    VBoxServiceVerbose(3, "User %ls has %ld interactive processes (session %u)\n",
    932929                                       pUserInfo[i].wszUser, pUserInfo[i].ulNumProcs, pUserInfo[i].ulSession);
    933930
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