diff mbox

netfilter: fix connlimit Kconfig prompt string

Message ID 527B29A6.6090802@infradead.org
State Accepted
Headers show

Commit Message

Randy Dunlap Nov. 7, 2013, 5:48 a.m. UTC
From: Randy Dunlap <rdunlap@infradead.org>

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: Randy Dunlap <rdunlap@infradead.org>
Reported-by: lailavrazda1979@gmail.com
---
 net/netfilter/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Pablo Neira Ayuso Nov. 13, 2013, 11:12 p.m. UTC | #1
On Wed, Nov 06, 2013 at 09:48:22PM -0800, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
> 
> 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

Applied, thanks Randy.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- lnx-312.orig/net/netfilter/Kconfig
+++ lnx-312/net/netfilter/Kconfig
@@ -857,7 +857,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---