Changeset 65601 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Feb 3, 2017 1:39:24 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetwork.cpp
r64778 r65601 1174 1174 RTNetIsIPv4AddrStr(data.m_dhcpserver.m_strDhcpLowerAddress.toUtf8().constData()) && 1175 1175 RTNetIsIPv4AddrStr(data.m_dhcpserver.m_strDhcpUpperAddress.toUtf8().constData())) 1176 { 1176 1177 dhcp.SetConfiguration(data.m_dhcpserver.m_strDhcpServerAddress, data.m_dhcpserver.m_strDhcpServerMask, 1177 1178 data.m_dhcpserver.m_strDhcpLowerAddress, data.m_dhcpserver.m_strDhcpUpperAddress); 1179 if (!dhcp.isOk()) 1180 emit sigOperationProgressError(UIMessageCenter::formatErrorInfo(dhcp)); 1181 } 1178 1182 } 1179 1183
Note:
See TracChangeset
for help on using the changeset viewer.