mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 05:53:20 -07:00
more lint driven refactoring
This commit is contained in:
parent
7919cda5ec
commit
0de6f3a76e
57 changed files with 168 additions and 241 deletions
|
@ -99,7 +99,7 @@ func (s *NTLMState) AddClientResponse(seq uint32, value string, cb func(data NTL
|
|||
s.Lock()
|
||||
defer s.Unlock()
|
||||
|
||||
if chall, found := s.Responses[seq]; found == true {
|
||||
if chall, found := s.Responses[seq]; found {
|
||||
pair := NTLMChallengeResponse{
|
||||
Challenge: chall,
|
||||
Response: value,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue