Просмотр исходного кода

Merge branch 'connlimit' of git://dev.medozas.de/linux

Patrick McHardy 14 лет назад
Родитель
Сommit
4cda47d2e7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      include/linux/netfilter/xt_connlimit.h

+ 1 - 1
include/linux/netfilter/xt_connlimit.h

@@ -18,7 +18,7 @@ struct xt_connlimit_info {
 		};
 #endif
 	};
-	unsigned int limit, inverse;
+	unsigned int limit;
 	union {
 		/* revision 0 */
 		unsigned int inverse;