VirtualBox

Changeset 6276 in vbox


Ignore:
Timestamp:
Jan 8, 2008 1:41:58 PM (17 years ago)
Author:
vboxsync
Message:

Main: start VBoxHeadless instead of VBoxVRDP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r6076 r6276  
    31043104    if (type == "vrdp")
    31053105    {
    3106         const char VBoxVRDP_exe[] = "VBoxVRDP" HOSTSUFF_EXE;
     3106        const char VBoxVRDP_exe[] = "VBoxHeadless" HOSTSUFF_EXE;
    31073107        Assert (sz >= sizeof (VBoxVRDP_exe));
    31083108        strcpy (cmd, VBoxVRDP_exe);
     
    31213121    if (type == "capture")
    31223122    {
    3123         const char VBoxVRDP_exe[] = "VBoxVRDP" HOSTSUFF_EXE;
     3123        const char VBoxVRDP_exe[] = "VBoxHeadless" HOSTSUFF_EXE;
    31243124        Assert (sz >= sizeof (VBoxVRDP_exe));
    31253125        strcpy (cmd, VBoxVRDP_exe);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette