mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 21:43:18 -07:00
Remove unnecessary variable assignment
This commit is contained in:
parent
3b57b0cb38
commit
b253e6b4df
2 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ func (mod *WiFiModule) channelHopper() {
|
|||
}
|
||||
|
||||
select {
|
||||
case _ = <-mod.hopChanges:
|
||||
case <-mod.hopChanges:
|
||||
mod.Debug("hop changed")
|
||||
break loopCurrentChannels
|
||||
case <-time.After(delay):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue