commit | f2f2102d1a1dbc83b5b37b6596cd8374120cbe16 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Tue Feb 06 14:32:42 2007 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Feb 08 12:39:03 2007 -0800 |
tree | a855ae6e20ad46ab2f138d268250b9b81cc31077 | |
parent | 4337226228e1cfc1d70ee975789c6bd070fb597c [diff] |
[XFRM]: Fix missed error setting in xfrm4_policy.c 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>