Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121930
b: refs/heads/master
c: 3d3e35a
h: refs/heads/master
v: v3
  • Loading branch information
Gerrit Renker authored and David S. Miller committed Nov 20, 2008
1 parent d5f654b commit a06bf35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: f4bdd264b43cc60dccb617afce2859dffdd7a935
refs/heads/master: 3d3e35aa78c9498eed3209c9d82376085ed0c36f
3 changes: 2 additions & 1 deletion trunk/net/dccp/feat.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,12 @@ static struct dccp_feat_entry *dccp_feat_list_lookup(struct list_head *fn_list,
{
struct dccp_feat_entry *entry;

list_for_each_entry(entry, fn_list, node)
list_for_each_entry(entry, fn_list, node) {
if (entry->feat_num == feat_num && entry->is_local == is_local)
return entry;
else if (entry->feat_num > feat_num)
break;
}
return NULL;
}

Expand Down

0 comments on commit a06bf35

Please sign in to comment.