Skip to content

Commit 6857912

Browse files
committed
Update comments
1 parent 4de9d49 commit 6857912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/util/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func (s *server) handleConn(cliConn *net.TCPConn, transferPort uint64) {
9595
continue
9696
}
9797

98-
log.Print("Make a successful connection between client and the intranet server.")
98+
log.Print("Make a successful connection between the user and the intranet server.")
9999
/* Transfer network packets. */
100100
go func() {
101101
errTransfer := s.TransferToTCP(cliConn, intranetConn)

0 commit comments

Comments
 (0)