VirtualBox

Changeset 29158 in vbox


Ignore:
Timestamp:
May 6, 2010 2:06:46 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
61229
Message:

dhcpserver/win: fix server runner

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/DHCPServerRunner.h

    r28800 r29158  
    5959            return VERR_INVALID_STATE;
    6060
    61 #ifdef RT_OS_WINDOWS
    62         if (val && *val)
    63         {
    64             mOptions[opt] = "\"";
    65             mOptions[opt].append(val);
    66             mOptions[opt].append("\"");
    67         }
    68         else
    69 #endif
    70         {
    71             mOptions[opt] = val;
    72         }
     61        mOptions[opt] = val;
    7362        mOptionEnabled[opt] = enabled;
    7463        return VINF_SUCCESS;
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