Oops, fix error with USE_FLOW_RL commented.

This commit is contained in:
Christian Deacon
2025-02-11 08:19:51 -05:00
parent 376b39d307
commit e3d47fda6f

View File

@@ -28,7 +28,7 @@ static __always_inline void UpdateIpStats(__u64 *pps, __u64 *bps, __u32 ip, __u1
struct ip_stats *ip_stats = bpf_map_lookup_elem(&ip_stats_map, &key);
#else
struct ip_stats *ip_stats* = bpf_map_lookup_elem(&ip_stats_map, &ip);
struct ip_stats *ip_stats = bpf_map_lookup_elem(&ip_stats_map, &ip);
#endif
if (ip_stats)