[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <47A32BEB.9040008@gmail.com>
Date: Fri, 01 Feb 2008 15:25:47 +0100
From: Jiri Moravec <jim.lkml@...il.com>
To: linux-kernel@...r.kernel.org
Subject: Typo in net/netfilter/xt_iprange.c (git tree)
Function iprange_mt4 belong to IPv4 family - AF_INET. Right?
.name = "iprange",
.revision = 1,
.family = AF_INET6, <---------- Typo?
.match = iprange_mt4,
.matchsize = sizeof(struct xt_iprange_mtinfo),
.me = THIS_MODULE,
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists