Skip to content

Commit d2c4f6f

Browse files
committed
ipn/yegor: m code comment
1 parent aaa5b32 commit d2c4f6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

intra/ipn/rpn/yegor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1980,7 +1980,7 @@ func genWgConfs(h *http.Client, existingCreds *WsWgCreds, existingPermaCreds *Ws
19801980
if sess == nil || ent == nil {
19811981
return nil, nil, nil, errWsNoSession
19821982
}
1983-
forceInit := ops.Rotate()
1983+
forceInit := ops.Rotate() // forcefully set current credential pair at the expense of any previous ones
19841984
port := ""
19851985
if ops.Port() > 0 {
19861986
port = strconv.FormatUint(uint64(ops.Port()), 10)

0 commit comments

Comments
 (0)