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,6 +235,7 @@ func main() {
PcapHandle: pcapHandle, PcapHandle: pcapHandle,
MyHWAddr: myHWAddr, MyHWAddr: myHWAddr,
// MyDDPAddr: ..., // MyDDPAddr: ...,
AARPMachine: aarpMachine,
RouteTable: routes, RouteTable: routes,
ZoneTable: zones, ZoneTable: zones,
} }