[XFRM]: Fix missed error setting in xfrm4_policy.c
authorDavid S. Miller <davem@sunset.davemloft.net>
Tue, 6 Feb 2007 22:32:42 +0000 (14:32 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 8 Feb 2007 20:39:03 +0000 (12:39 -0800)
When we can't find the afinfo we should return EAFNOSUPPORT.
GCC warned about the uninitialized 'err' for this path as well.

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

No differences found