fix: Add missing NormalizeMac call while arp_spoof getMac. (ref #10)

This commit is contained in:
onura 2018-01-25 15:51:21 +03:00
commit 4679521d9a
3 changed files with 4 additions and 3 deletions

View file

@ -83,7 +83,7 @@ func netOuiDat() (*asset, error) {
return nil, err
}
info := bindataFileInfo{name: "net/oui.dat", size: 585353, mode: os.FileMode(420), modTime: time.Unix(1515886539, 0)}
info := bindataFileInfo{name: "net/oui.dat", size: 585353, mode: os.FileMode(420), modTime: time.Unix(1516884015, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}