mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 21:13:18 -07:00
balls
This commit is contained in:
parent
7efd0c1103
commit
13e609f613
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ func FindInterface(name string) (*Endpoint, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if e != nil {
|
if e != nil {
|
||||||
|
fmt.Printf("e = %+v\n", e)
|
||||||
if len(e.HW) == 0 {
|
if len(e.HW) == 0 {
|
||||||
return nil, fmt.Errorf("Could not detect interface hardware address.")
|
return nil, fmt.Errorf("Could not detect interface hardware address.")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue