VirtualBox

Changeset 8368 in vbox


Ignore:
Timestamp:
Apr 24, 2008 3:58:20 PM (17 years ago)
Author:
vboxsync
Message:

fixed default case

File:
1 edited

Legend:

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

    r8367 r8368  
    10941094
    10951095                hrc = networkAdapter->COMGETTER(NATNetwork)(&str);                  H();
    1096                 STR_CONV();
    1097                 if (psz && *psz)
    1098                     rc = CFGMR3InsertString(pCfg, "Network", psz);                  RC_CHECK();
    1099                 STR_FREE();
     1096                if (str)
     1097                {
     1098                    STR_CONV();
     1099                    if (psz && *psz)
     1100                        rc = CFGMR3InsertString(pCfg, "Network", psz);              RC_CHECK();
     1101                    STR_FREE();
     1102                }
    11001103                break;
    11011104            }
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