mirror of
https://github.com/yarrick/iodine.git
synced 2025-04-04 13:53:34 +03:00
Iodine: Cleaned up
This commit is contained in:
parent
5da991cdcc
commit
7b2d0b2456
1 changed files with 1 additions and 2 deletions
|
@ -209,7 +209,7 @@ client_set_nameserver(const char *cp, int port)
|
|||
break;
|
||||
}
|
||||
|
||||
//Resolved ordns.he.net to Segmentation fault
|
||||
/* Resolved ordns.he.net to Segmentation fault */
|
||||
|
||||
if (p == NULL)
|
||||
errx(1, "error resolving nameserver '%s'...", cp);
|
||||
|
@ -268,7 +268,6 @@ setaddr:
|
|||
nameserv6.sin6_family = AF_INET6;
|
||||
nameserv6.sin6_port = htons(port);
|
||||
nameserv6.sin6_addr = ipv6addr;
|
||||
//inet_pton(AF_INET6, "2620:0:ccc::2", &(nameserv6.sin6_addr));
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Reference in a new issue