Browse Source

add rebase change

Matthew R Kasun 2 years ago
parent
commit
e790b87d81
1 changed files with 0 additions and 1 deletions
  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