Fix nil pointer deref
This commit is contained in:
parent
8837065bca
commit
a932d9a35f
1 changed files with 3 additions and 2 deletions
5
main.go
5
main.go
|
@ -235,8 +235,9 @@ func main() {
|
|||
PcapHandle: pcapHandle,
|
||||
MyHWAddr: myHWAddr,
|
||||
// MyDDPAddr: ...,
|
||||
RouteTable: routes,
|
||||
ZoneTable: zones,
|
||||
AARPMachine: aarpMachine,
|
||||
RouteTable: routes,
|
||||
ZoneTable: zones,
|
||||
}
|
||||
|
||||
// ---------------------- Raw AppleTalk/AARP inbound ----------------------
|
||||
|
|
Loading…
Reference in a new issue