Displaying 1 result from an estimated 1 matches for "xt_xlate_mt_param".
Did you mean:
  xt_xlate_mt_params
  
2017 Jan 03
3
[Bug 1110] New: Build failure if --with-xtables
...alization makes pointer from integer without a cast
[-Wint-conversion]
xt.c:37:28: error: ‘struct xtables_match’ has no member named ‘xlate’
   } else if (stmt->xt.match->xlate) {
                            ^
xt.c:38:11: error: variable ‘params’ has initializer but incomplete type
    struct xt_xlate_mt_params params = {
           ^
xt.c:39:5: error: unknown field ‘ip’ specified in initializer
     .ip  = stmt->xt.entry,
     ^
xt.c:39:12: warning: excess elements in struct initializer
     .ip  = stmt->xt.entry,
            ^
xt.c:39:12: note: (near initialization for ‘params’)
xt.c:40:5: error:...