Changeset 47696 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Aug 13, 2013 2:41:55 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87924
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r47631 r47696 3358 3358 { 3359 3359 bool fSessionFound = false; 3360 size_t cSessionsHandled = 0; 3360 3361 3361 3362 SafeIfaceArray <IGuestSession> collSessions; … … 3386 3387 if (fSessionFound) 3387 3388 { 3389 cSessionsHandled++; 3390 3388 3391 Assert(!pSession.isNull()); 3389 3392 if (fVerbose) … … 3398 3401 } 3399 3402 3400 if (! fSessionFound)3403 if (!cSessionsHandled) 3401 3404 { 3402 3405 RTPrintf("No guest session(s) found\n");
Note:
See TracChangeset
for help on using the changeset viewer.