]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
removed duplicate 'static' keyword.
authorMarc Boucher <marc@mbsi.ca>
Thu, 6 Dec 2001 11:18:55 +0000 (11:18 +0000)
committerMarc Boucher <marc@mbsi.ca>
Thu, 6 Dec 2001 11:18:55 +0000 (11:18 +0000)
extensions/libipt_connlimit.c

index a11cf140719cea2d09eef9d5015b75098aae4f3b..19928ac2e77d5b9e221b26e40306e519af722377 100644 (file)
@@ -113,7 +113,6 @@ static void save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
        printf("--iplimit-mask %d ",count_bits(info->mask));
 }
 
-static
 static struct iptables_match iplimit = {
        name:           "iplimit",
        version:        NETFILTER_VERSION,