This commit is contained in:
evilsocket 2018-03-07 17:47:07 +01:00
commit fe4a091391
No known key found for this signature in database
GPG key ID: 1564D7F30393A456

View file

@ -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
}