commit | 1a727c63612fc582370cf3dc01239d3d239743b5 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Tue Jul 28 01:42:28 2015 +0300 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Jul 30 14:04:19 2015 +0200 |
tree | 4a0585e14941dc91814562ee67fe978533c720b0 | |
parent | f0ad462189cc898aa0ef8ced849533ee03392bcc [diff] |
netfilter: nf_conntrack: checking for IS_ERR() instead of NULL We recently changed this from nf_conntrack_alloc() to nf_ct_tmpl_alloc() so the error handling needs to changed to check for NULL instead of IS_ERR(). Fixes: 0838aa7fcfcd ('netfilter: fix netns dependencies with conntrack templates') Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>