mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 21:13:18 -07:00
fix: fixs #156
This commit is contained in:
parent
d63b484212
commit
fe4a091391
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ func (d *BLERecon) enumAllTheThings(mac string) error {
|
|||
}
|
||||
|
||||
d.setCurrentDevice(dev)
|
||||
if err := d.Configure(); err != nil {
|
||||
if err := d.Configure(); err != nil && err != session.ErrAlreadyStarted {
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue