mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-17 22:13:50 +02:00
Clean up
This commit is contained in:
parent
a01ee3444e
commit
2822dc8dd1
2 changed files with 0 additions and 4 deletions
|
@ -110,7 +110,6 @@ func forward(in net.Conn, out transport.Transport) {
|
|||
b1.Write(buf[:n])
|
||||
out.WritePacket(createPacket(PKT_TYPE_DATA, b1.Bytes()))
|
||||
b1.Reset()
|
||||
log.Printf("Forward data")
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -124,6 +123,5 @@ func receive(data []byte, out net.Conn) {
|
|||
binary.Read(buf, binary.LittleEndian, &pkt)
|
||||
|
||||
out.Write(pkt)
|
||||
log.Printf("Received data")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue