address: fix -Wshadow warning

pull/2432/head
Victor Julien 9 years ago
parent 34b030b45f
commit 691fae6520

@ -1248,7 +1248,6 @@ int DetectAddressMergeNot(DetectAddressHead *gh, DetectAddressHead *ghn)
#endif
if (ghn->ipv4_head != NULL || ghn->ipv6_head != NULL) {
int cnt = 0;
DetectAddress *ad;
for (ad = ghn->ipv4_head; ad; ad = ad->next)
cnt++;

Loading…
Cancel
Save