Selaa lähdekoodia

add rebase change

Matthew R Kasun 2 vuotta sitten
vanhempi
commit
e790b87d81
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      models/api_host.go

+ 0 - 1
models/api_host.go

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