diff options
Diffstat (limited to 'src/expr/meta.c')
| -rw-r--r-- | src/expr/meta.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/meta.c b/src/expr/meta.c index 7c56fdc..753975d 100644 --- a/src/expr/meta.c +++ b/src/expr/meta.c @@ -29,7 +29,7 @@ struct nftnl_expr_meta { static int nftnl_expr_meta_set(struct nftnl_expr *e, uint16_t type, - const void *data, uint32_t data_len) + const void *data, uint32_t data_len, uint32_t byteorder) { struct nftnl_expr_meta *meta = nftnl_expr_data(e); |
