mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-31 07:56:35 +00:00
Fix error code
This commit is contained in:
@@ -152,7 +152,7 @@ func (s *Server) Process(ctx context.Context) error {
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
log.Printf("Connection established")
|
log.Printf("Connection established")
|
||||||
msg := s.channelResponse(E_PROXY_INTERNALERROR)
|
msg := s.channelResponse(ERROR_SUCCESS)
|
||||||
s.Session.TransportOut.WritePacket(msg)
|
s.Session.TransportOut.WritePacket(msg)
|
||||||
|
|
||||||
// Make sure to start the flow from the RDP server first otherwise connections
|
// Make sure to start the flow from the RDP server first otherwise connections
|
||||||
|
|||||||
Reference in New Issue
Block a user