|
@@ -401,9 +401,9 @@ static bool clusterip_tg_check(const struct xt_tgchk_param *par)
|
|
|
}
|
|
|
cipinfo->config = config;
|
|
|
|
|
|
- if (nf_ct_l3proto_try_module_get(par->target->family) < 0) {
|
|
|
+ if (nf_ct_l3proto_try_module_get(par->family) < 0) {
|
|
|
printk(KERN_WARNING "can't load conntrack support for "
|
|
|
- "proto=%u\n", par->target->family);
|
|
|
+ "proto=%u\n", par->family);
|
|
|
return false;
|
|
|
}
|
|
|
|
|
@@ -421,7 +421,7 @@ static void clusterip_tg_destroy(const struct xt_tgdtor_param *par)
|
|
|
|
|
|
clusterip_config_put(cipinfo->config);
|
|
|
|
|
|
- nf_ct_l3proto_module_put(par->target->family);
|
|
|
+ nf_ct_l3proto_module_put(par->family);
|
|
|
}
|
|
|
|
|
|
#ifdef CONFIG_COMPAT
|