From 7608aef366a53217c7af0b30937ce62767427f11 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Fri, 14 Dec 2018 09:23:02 -0500 Subject: [PATCH] more --- llarp/ev_kqueue.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llarp/ev_kqueue.hpp b/llarp/ev_kqueue.hpp index 9ad3163b9..09df256c0 100644 --- a/llarp/ev_kqueue.hpp +++ b/llarp/ev_kqueue.hpp @@ -286,7 +286,7 @@ namespace llarp return false; if(tuntap_up(tunif) == -1) return false; - if(tuntap_set_ifname(tunif, t->if_name) == -1) + if(tuntap_set_ifname(tunif, t->ifname) == -1) return false; fd = tunif->tun_fd; return fd != -1;