Changeset 43259 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Sep 9, 2012 4:02:15 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80669
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r43058 r43259 1930 1930 /* Create the copy context -- it contains all information 1931 1931 * the routines need to know when handling the actual copying. */ 1932 PCOPYCONTEXT pContext ;1932 PCOPYCONTEXT pContext = NULL; 1933 1933 vrc = ctrlCopyContextCreate(guest, fVerbose, fDryRun, fHostToGuest, 1934 1934 strUsername, strPassword, strDomain,
Note:
See TracChangeset
for help on using the changeset viewer.