diff options
Diffstat (limited to 'src/expr')
-rw-r--r-- | src/expr/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/mod.rs b/src/expr/mod.rs index f8fd67d..f72dcb6 100644 --- a/src/expr/mod.rs +++ b/src/expr/mod.rs @@ -130,7 +130,7 @@ macro_rules! create_expr_variant { impl $crate::nlmsg::AttributeDecoder for RawExpression { fn decode_attribute( &mut self, - attr_type: u16, + attr_type: u32, buf: &[u8], ) -> Result<(), $crate::error::DecodeError> { debug!("Decoding attribute {} in an expression", attr_type); |