commented early_printk patch because of rejects.
[linux-flexiantxendom0-3.2.10.git] / net / ipv4 / netfilter / ipt_physdev.c
index bc439d4..e1bf8d6 100644 (file)
@@ -17,7 +17,7 @@ match(const struct sk_buff *skb,
       int *hotdrop)
 {
        int i;
-       static const char nulldevname[IFNAMSIZ] = { 0 };
+       static const char nulldevname[IFNAMSIZ];
        const struct ipt_physdev_info *info = matchinfo;
        unsigned long ret;
        const char *indev, *outdev;