mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 18:57:17 -07:00
balls
This commit is contained in:
parent
13e609f613
commit
4581272c94
2 changed files with 1 additions and 7 deletions
|
@ -207,7 +207,7 @@ func (s *Session) Start() error {
|
|||
s.Env.Set("iface.mac", s.Interface.HwAddress)
|
||||
|
||||
if s.Queue, err = packets.NewQueue(s.Interface); err != nil {
|
||||
return err
|
||||
return fmt.Errorf("Error while creating packet queue: %s", err)
|
||||
}
|
||||
|
||||
if s.Gateway, err = net.FindGateway(s.Interface); err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue