mirror of
https://github.com/markqvist/tncattach.git
synced 2025-08-07 00:02:28 -04:00
TAP
- Cleaned up
This commit is contained in:
parent
6635336405
commit
40f882489d
2
TAP.c
2
TAP.c
@ -252,7 +252,7 @@ int open_tap(void) {
|
|||||||
|
|
||||||
if(!prefixPart_s)
|
if(!prefixPart_s)
|
||||||
{
|
{
|
||||||
perror("No prefix length was provided"); // TODO: Move logic into arg parsing
|
printf("No prefix length was provided\n"); // TODO: Move logic into arg parsing
|
||||||
close(inet6);
|
close(inet6);
|
||||||
cleanup();
|
cleanup();
|
||||||
exit(1);
|
exit(1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user