From e790b87d81724bfec2913925d2db97a875e2335a Mon Sep 17 00:00:00 2001 From: Matthew R Kasun Date: Fri, 20 Jan 2023 08:47:41 -0500 Subject: [PATCH] add rebase change --- models/api_host.go | 1 - 1 file changed, 1 deletion(-) diff --git a/models/api_host.go b/models/api_host.go index c6306d93..b6a1ef9c 100644 --- a/models/api_host.go +++ b/models/api_host.go @@ -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