From 50502984badcc9753d73576ea3c7e141665a84cf Mon Sep 17 00:00:00 2001 From: vadym Date: Fri, 28 Oct 2022 18:12:11 +0300 Subject: [PATCH] 1. missing } symbol fix --- src/core/link_other.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/link_other.go b/src/core/link_other.go index eb9f4cd2..06d08920 100644 --- a/src/core/link_other.go +++ b/src/core/link_other.go @@ -69,6 +69,7 @@ func (l *links) call(u *url.URL, sintf string) (linkInfo, error) { return info, fmt.Errorf("priority invalid: %w", err) } options.priority = uint8(pi) + } switch info.linkType { case "tcp": go func() {