[IPV4]: Fix thinko in TCP_CONG_BIC default.
authorDavid S. Miller <davem@davemloft.net>
Sun, 26 Jun 2005 22:20:20 +0000 (15:20 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 26 Jun 2005 22:20:20 +0000 (15:20 -0700)
commit6c3607676c12d77d70cc712310f52fbc6af5895d
treef1772962c9eb6f27d3ad2050c6e66e7c2f24db02
parent8678887e7fb43cd6c9be6c9807b05e77848e0920
[IPV4]: Fix thinko in TCP_CONG_BIC default.

Since it is tristate when we offer it as a choice, we should
definte it also as tristate when forcing it as the default.
Otherwise kconfig warns.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/Kconfig