mirror of
https://github.com/yarrick/iodine.git
synced 2025-04-11 21:10:56 +00:00
---
This commit is contained in:
parent
c721d0c309
commit
9474a3d79e
1 changed files with 1 additions and 1 deletions
|
@ -2410,7 +2410,7 @@ main(int argc, char **argv)
|
||||||
ipv6_print(&my_net6, netmask6);
|
ipv6_print(&my_net6, netmask6);
|
||||||
}
|
}
|
||||||
|
|
||||||
topdomain = strdup(argv[2]);
|
topdomain = strdup(argv[1 + v6]);
|
||||||
if (strlen(topdomain) <= 128) {
|
if (strlen(topdomain) <= 128) {
|
||||||
if(check_topdomain(topdomain)) {
|
if(check_topdomain(topdomain)) {
|
||||||
warnx("Topdomain contains invalid characters.");
|
warnx("Topdomain contains invalid characters.");
|
||||||
|
|
Loading…
Add table
Reference in a new issue