Signed-off-by: Stefan Hanreich <[email protected]>
---
 proxmox-ve-config/src/firewall/types/ipset.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxmox-ve-config/src/firewall/types/ipset.rs 
b/proxmox-ve-config/src/firewall/types/ipset.rs
index 3f93bb2..f09b8d8 100644
--- a/proxmox-ve-config/src/firewall/types/ipset.rs
+++ b/proxmox-ve-config/src/firewall/types/ipset.rs
@@ -313,7 +313,7 @@ impl Ipset {
         Ok(())
     }
 
-    pub fn ipfilter(&self) -> Option<Ipfilter> {
+    pub fn ipfilter(&self) -> Option<Ipfilter<'_>> {
         if self.name.scope() != IpsetScope::Guest {
             return None;
         }
-- 
2.47.3



Reply via email to