VirtualBox

Changeset 7854 in vbox


Ignore:
Timestamp:
Apr 9, 2008 9:23:56 PM (17 years ago)
Author:
vboxsync
Message:

Frontends/VBoxManage: internalcommands fix modinstall and moduninstall

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp

    r7418 r7854  
    417417int CmdModUninstall(void)
    418418{
    419     int rc = SUPUninstall();
    420 
    421     rc = SUPInstall();
     419    int rc;
     420
     421    rc = SUPUninstall();
    422422    if (RT_SUCCESS(rc))
    423423        return 0;
     
    434434int CmdModInstall(void)
    435435{
    436     int rc = SUPInstall(); /** @todo r=bird: this cannot be right. */
     436    int rc;
    437437
    438438    rc = SUPInstall();
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