netfilter: fix connlimit Kconfig prompt string
authorRandy Dunlap <[email protected]>
Thu, 7 Nov 2013 05:48:22 +0000 (21:48 -0800)
committerPablo Neira Ayuso <[email protected]>
Wed, 13 Nov 2013 22:31:11 +0000 (23:31 +0100)
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 <[email protected]>
Reported-by: [email protected]
Signed-off-by: Pablo Neira Ayuso <[email protected]>
net/netfilter/Kconfig

index 48acec17e27a1524ced30bd86ad865f147ef3a3e..c3398cd99b94ed4c68da3927c1612da815f1a06d 100644 (file)
@@ -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---