Skip to content
Snippets Groups Projects
Commit 9365fb03 authored by Bolke de Bruin's avatar Bolke de Bruin
Browse files

Fix error code

parent 1cc66789
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ func (s *Server) Process(ctx context.Context) error {
return err
}
log.Printf("Connection established")
msg := s.channelResponse(E_PROXY_INTERNALERROR)
msg := s.channelResponse(ERROR_SUCCESS)
s.Session.TransportOut.WritePacket(msg)
// Make sure to start the flow from the RDP server first otherwise connections
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment