mirror of
https://github.com/markqvist/tncattach.git
synced 2025-12-26 07:45:10 -05:00
TAP
- Aded newline
This commit is contained in:
parent
175bb90a68
commit
d2bade8dcc
2
TAP.c
2
TAP.c
@ -351,7 +351,7 @@ int open_tap(void) {
|
||||
memset(&six_addr_itself, 0, sizeof(struct in6_addr));
|
||||
if(inet_pton(AF_INET6, ipv6_addr, &six_addr_itself) < 0)
|
||||
{
|
||||
printf("Error parsing IPv6 address '%s'", ipv6_addr);
|
||||
printf("Error parsing IPv6 address '%s'\n", ipv6_addr);
|
||||
close(dummySock);
|
||||
cleanup();
|
||||
exit(1);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user