parent
223f4d8ea6
commit
1313ceb4d6
|
|
@ -47,7 +47,7 @@ static void usage(void)
|
|||
|
||||
static int tap_add_ioctl(struct ifreq *ifr, uid_t uid, gid_t gid)
|
||||
{
|
||||
int fd = open(TUNDEV, O_RDWR);
|
||||
int fd;
|
||||
int ret = -1;
|
||||
|
||||
#ifdef IFF_TUN_EXCL
|
||||
|
|
|
|||
Loading…
Reference in New Issue