]> git.hungrycats.org Git - linux/commitdiff
[PATCH] undefined reference to ip_amanda_lock
authorDave Jones <davej@codemonkey.org.uk>
Sun, 6 Apr 2003 12:21:15 +0000 (05:21 -0700)
committerDave Jones <davej@codemonkey.org.uk>
Sun, 6 Apr 2003 12:21:15 +0000 (05:21 -0700)
Looks like a cut-n-paste thinko in the Kconfig file..

net/ipv4/netfilter/Kconfig

index cbb5bb2f9ebc35f263315c9d850c9a5206f8908a..6ac0225988fdf0726baeb0b332954c4da3c725bc 100644 (file)
@@ -415,8 +415,8 @@ config IP_NF_NAT_TFTP
 config IP_NF_NAT_AMANDA
        tristate
        depends on IP_NF_IPTABLES!=n && IP_NF_CONNTRACK!=n && IP_NF_NAT!=n
-       default IP_NF_NAT if IP_NF_TFTP=y
-       default m if IP_NF_TFTP=m
+       default IP_NF_NAT if IP_NF_AMANDA=y
+       default m if IP_NF_AMANDA=m
 
 config IP_NF_MANGLE
        tristate "Packet mangling"