Remove unecessary return

This commit is contained in:
Ruakij 2023-04-01 11:34:29 +02:00
parent 4fd103f722
commit 8a6f16303e

View File

@ -34,7 +34,6 @@ func main() {
netInterface, err := netlink.LinkByName(iface)
if err != nil {
logger.Error.Fatal(err)
return
}
// Get the IPv4 address of the interface