revert-54069ad305 #11

Closed
bagas wants to merge 217 commits from revert-54069ad305 into main
Showing only changes of commit 8b84373036 - Show all commits
+1 -1
View File
@@ -126,7 +126,7 @@ func (s *session) Start() error {
}
if s.shouldRejectUnauthorized() {
return s.denyForwardingRequest(tcpipReq, nil, nil, fmt.Sprintf("headless forwarding only allowed on node mode"))
return s.denyForwardingRequest(tcpipReq, nil, nil, "headless forwarding only allowed on node mode")
}
if err := s.HandleTCPIPForward(tcpipReq); err != nil {