Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48192248 authored by Randy Dunlap's avatar Randy Dunlap Committed by Pablo Neira Ayuso
Browse files

netfilter: fix connlimit Kconfig prompt string

Under Core Netfilter Configuration, connlimit match support has
an extra double quote at the end of it.

Fixes a portion of kernel bugzilla #52671:
  https://bugzilla.kernel.org/show_bug.cgi?id=52671



Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Reported-by: default avatar <lailavrazda1979@gmail.com>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent 42a2d923
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -909,7 +909,7 @@ config NETFILTER_XT_MATCH_CONNLABEL
	  connection simultaneously.

config NETFILTER_XT_MATCH_CONNLIMIT
	tristate '"connlimit" match support"'
	tristate '"connlimit" match support'
	depends on NF_CONNTRACK
	depends on NETFILTER_ADVANCED
	---help---