X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fdevices%2Ftap%2Ftap.c;h=4f76321071c2a45bc94261559dbf0ccdadfff96a;hb=4e671d20c8bc6a45ff703625d78f6703c62094b7;hp=f31548cbbece0aeff725f4ec7a611304ac2b0730;hpb=32a9d7bf63015aeeb6dee4a2342933be58871176;p=vpp.git diff --git a/src/vnet/devices/tap/tap.c b/src/vnet/devices/tap/tap.c index f31548cbbec..4f76321071c 100644 --- a/src/vnet/devices/tap/tap.c +++ b/src/vnet/devices/tap/tap.c @@ -84,7 +84,7 @@ tap_create_if (vlib_main_t * vm, tap_create_if_args_t * args) tap_main_t *tm = &tap_main; vnet_sw_interface_t *sw; vnet_hw_interface_t *hw; - int i, fd = -1; + int i; int old_netns_fd = -1; struct ifreq ifr; size_t hdrsz; @@ -385,8 +385,8 @@ error: done: if (vhost_mem) clib_mem_free (vhost_mem); - if (fd != -1) - close (fd); + if (old_netns_fd != -1) + close (old_netns_fd); } int