- Close control socket when done
This commit is contained in:
Tristan Brice Velloza Kildaire 2024-12-15 18:11:46 +02:00
parent 439bce5e4d
commit 877bfcc0b0

2
TAP.c
View File

@ -284,6 +284,8 @@ int open_tap(void) {
// Add user's requested address
trySixSet(ifr.ifr_ifindex, six_addr_itself, prefixLen_l);
close(inet6);
}
}
}