mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-11 07:31:25 +02:00
adding interface with dynamic address to a host was broken in newHostDialog
This commit is contained in:
@@ -516,6 +516,7 @@ void newHostDialog::addInterface()
|
||||
<< m_dialog->iface_label->text()
|
||||
<< addr
|
||||
<< netm
|
||||
<< dn
|
||||
<< m_dialog->iface_physaddr->text();
|
||||
|
||||
new QTreeWidgetItem(m_dialog->iface_list, sl);
|
||||
|
||||
Reference in New Issue
Block a user