commit | 0d34545563f99886b997be7da63f0e8084af3bc5 | [log] [tgz] |
---|---|---|
author | Jan Engelhardt <jengelh@medozas.de> | Fri Mar 19 18:47:51 2010 +0100 |
committer | Jan Engelhardt <jengelh@medozas.de> | Thu Mar 25 02:54:51 2010 +0100 |
tree | 92b5212ed186ba719ce12e02d3bdb4330b3d1727 | |
parent | 2c46cd8163b25bf6f38e612e9f1d162f0357c8f1 [diff] |
netfilter: xtables: make use of caller family rather than target family Supplement to aa5fa3185791aac71c9172d4fda3e8729164b5d1. The semantic patch for this change is: // <smpl> @@ struct xt_target_param *par; @@ -par->target->family +par->family @@ struct xt_tgchk_param *par; @@ -par->target->family +par->family @@ struct xt_tgdtor_param *par; @@ -par->target->family +par->family // </smpl> Signed-off-by: Jan Engelhardt <jengelh@medozas.de>