Skip to content

Commit

Permalink
improve Session close comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DecFox committed Nov 10, 2024
1 parent 412c35b commit 5ccf818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/oonimkall/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ func (sess *Session) NewContextWithTimeout(timeout int64) *Context {
}

// Close closes the session. This is done by closing the embedded engine
// session
// session and ensures that any tunnel (if open) is stopped
func (sess *Session) Close() error {
err := sess.sessp.Close()
return err
Expand Down

0 comments on commit 5ccf818

Please sign in to comment.