Skip to content

Commit

Permalink
feat(godt-1609): clear password on connector closure
Browse files Browse the repository at this point in the history
  • Loading branch information
rlejeune74 authored and jameshoulahan committed Oct 4, 2022
1 parent ce71bde commit 4c6a040
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions connector/dummy.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ func (conn *Dummy) Close(ctx context.Context) error {
close(conn.updateQuitCh)
close(conn.updateCh)
conn.ticker.Stop()
conn.password = nil

return nil
}
Expand Down

0 comments on commit 4c6a040

Please sign in to comment.