Skip to content
Snippets Groups Projects
Commit b3b0ce9f authored by rswindell's avatar rswindell
Browse files

Bugfix: doesn't skip first telnet address for a BBS, even if dupe.

parent 5ff78c6d
No related branches found
No related tags found
No related merge requests found
......@@ -610,7 +610,7 @@ int main(int argc, char **argv)
ip_addr=resolve_ip(telnet_addr);
printf("\n");
if(ip_addr!=0) {
if(i && ip_addr!=0) {
for(ip=0;ip<ip_total;ip++)
if(ip_addr==ip_list[ip])
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment