Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 846
b: refs/heads/master
c: 14d50e7
h: refs/heads/master
v: v3
  • Loading branch information
J Hadi Salim authored and David S. Miller committed May 3, 2005
1 parent 1800b59 commit e384ed5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aabc9761b69f1bfa30a78f7005be95cc9cc06175
refs/heads/master: 14d50e78f947d340066ee0465dd892ad1d9162c0
4 changes: 2 additions & 2 deletions trunk/net/sched/act_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,10 @@ int tcf_action_exec(struct sk_buff *skb, struct tc_action *act,
skb->tc_verd = SET_TC_OK2MUNGE(skb->tc_verd);
skb->tc_verd = CLR_TC_MUNGED(skb->tc_verd);
}
if (ret != TC_ACT_PIPE)
goto exec_done;
if (ret == TC_ACT_REPEAT)
goto repeat; /* we need a ttl - JHS */
if (ret != TC_ACT_PIPE)
goto exec_done;
}
act = a->next;
}
Expand Down

0 comments on commit e384ed5

Please sign in to comment.