aboutsummaryrefslogtreecommitdiff
path: root/src/expr/mod.rs
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-09-17 19:55:48 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-09-17 19:55:48 +0200
commit8ee510d4cde3aed93b9ebde46938e9a7df51290c (patch)
treeb0ae2d178bb34d15b9dc385775df8b6c5009f4cf /src/expr/mod.rs
parent51c17bf3e139def032aef6dca1b5b4256ff8e410 (diff)
compile under new clang
Diffstat (limited to 'src/expr/mod.rs')
-rw-r--r--src/expr/mod.rs2
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);