From 893c7d84ec3f94de65f0a045d73e24484ebffba5 Mon Sep 17 00:00:00 2001 From: jan Date: Sun, 18 May 2025 11:42:04 +0000 Subject: [PATCH] net/igmpproxy: fix missleading indentation in patch file ok bluhm --- net/igmpproxy/patches/patch-src_rttable_c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/igmpproxy/patches/patch-src_rttable_c b/net/igmpproxy/patches/patch-src_rttable_c index c9a960b9d99..256d62a0a1c 100644 --- a/net/igmpproxy/patches/patch-src_rttable_c +++ b/net/igmpproxy/patches/patch-src_rttable_c @@ -480,7 +480,7 @@ Index: src/rttable.c + my_log(LOG_DEBUG, 0, "Setting TTL for DOWNSTREAM Vif %d to %d", Dp->index, Dp->threshold); + mrDesc.TtlVc[ Dp->index ] = Dp->threshold; + } -+ } else { ++ } else { + if(Dp->state == IF_STATE_UPSTREAM) { + my_log(LOG_DEBUG, 0, "Identified VIF #%d as upstream.", Dp->index); + mrDesc.InVif = Dp->index;