Changeset 29552 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 17, 2010 2:26:02 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61693
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r29549 r29552 242 242 return errorSyntax(USAGE_GUESTCONTROL, 243 243 "No user name specified!"); 244 245 if (Utf8Password.isEmpty())246 return errorSyntax(USAGE_GUESTCONTROL,247 "No password specified!");248 244 249 245 /* lookup VM. */
Note:
See TracChangeset
for help on using the changeset viewer.