net/igmpproxy: fix missleading indentation in patch file

ok bluhm
This commit is contained in:
jan
2025-05-18 11:42:04 +00:00
parent 730ea1de4f
commit 893c7d84ec
+1 -1
View File
@@ -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;