add rebase change

This commit is contained in:
Matthew R Kasun 2023-01-20 08:47:41 -05:00
parent 63f18f539e
commit e790b87d81

View file

@ -49,7 +49,6 @@ func (h *Host) ConvertNMHostToAPI() *ApiHost {
}
a.IsStatic = h.IsStatic
a.ListenPort = h.ListenPort
a.LocalListenPort = h.LocalListenPort
a.MTU = h.MTU
a.MacAddress = h.MacAddress.String()
a.Name = h.Name