Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Snawoot committed Sep 29, 2023
1 parent 1643206 commit 93d76d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func (client *Client) serve(conn net.Conn) {

remoteConn, err = dtls.ClientWithContext(dialCtx, remoteConn, client.dtlsConfig)
if err != nil {
log.Printf("DTL handshake with remote server failed: %v", err)
log.Printf("DTLS handshake with remote server failed: %v", err)
return
}

Expand Down

0 comments on commit 93d76d5

Please sign in to comment.