ipn/ipnlocal: fix build, remove another Notify.BackendLogID reference that crept in

I merged 5cae7c51bf (removing Notify.BackendLogID) and 93db503565
(adding another reference to Notify.BackendLogID) that didn't have merge
conflicts, but didn't compile together.

This removes the new reference, fixing the build.

Updates #14129

Change-Id: I9bb68efd977342ea8822e525d656817235039a66
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
pull/13594/merge
Brad Fitzpatrick 5 days ago committed by Brad Fitzpatrick
parent 93db503565
commit da70a84a4b

@ -146,7 +146,6 @@ func isNotableNotify(n *ipn.Notify) bool {
} }
return n.State != nil || return n.State != nil ||
n.SessionID != "" || n.SessionID != "" ||
n.BackendLogID != nil ||
n.BrowseToURL != nil || n.BrowseToURL != nil ||
n.LocalTCPPort != nil || n.LocalTCPPort != nil ||
n.ClientVersion != nil || n.ClientVersion != nil ||

Loading…
Cancel
Save