Fix nil pointer deref

This commit is contained in:
Josh Deprez 2024-04-23 14:52:16 +10:00
parent 8837065bca
commit a932d9a35f
Signed by: josh
SSH key fingerprint: SHA256:zZji7w1Ilh2RuUpbQcqkLPrqmRwpiCSycbF2EfKm6Kw

View file

@ -235,8 +235,9 @@ func main() {
PcapHandle: pcapHandle, PcapHandle: pcapHandle,
MyHWAddr: myHWAddr, MyHWAddr: myHWAddr,
// MyDDPAddr: ..., // MyDDPAddr: ...,
RouteTable: routes, AARPMachine: aarpMachine,
ZoneTable: zones, RouteTable: routes,
ZoneTable: zones,
} }
// ---------------------- Raw AppleTalk/AARP inbound ---------------------- // ---------------------- Raw AppleTalk/AARP inbound ----------------------