Skip to content

Conversation

@slayer
Copy link

@slayer slayer commented Sep 6, 2021

fix to compile on old gcc (4.2.3)

if (sscanf(host_ip, "0x%x", &numipv4) == 1) {
// find occurence
for (int i = 0; i < seen_len; i++)
int i;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is a i already declared in 45 line, so for line 164 it's a bit of redundancy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants