mirror of
https://github.com/yarrick/iodine.git
synced 2025-04-11 21:10:56 +00:00
---
This commit is contained in:
parent
58c6347778
commit
9fa399adcc
1 changed files with 1 additions and 1 deletions
|
@ -2405,7 +2405,7 @@ main(int argc, char **argv)
|
||||||
ipv6_print(&my_net6, netmask6);
|
ipv6_print(&my_net6, netmask6);
|
||||||
}
|
}
|
||||||
|
|
||||||
topdomain = strdup(argv[1]);
|
topdomain = strdup(argv[2]);
|
||||||
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