Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179801
b: refs/heads/master
c: b4ced2b
h: refs/heads/master
i:
  179799: 11c8567
v: v3
  • Loading branch information
Roel Kluin authored and David S. Miller committed Jan 19, 2010
1 parent 4b662b3 commit 9bef2ed
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 2d146eb172d5f754e3973a3f761f7619ebb12df9
refs/heads/master: b4ced2b768ab6c580148d1163c82a655fe147edc
2 changes: 1 addition & 1 deletion trunk/net/ipv4/inet_diag.c
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ static int inet_diag_bc_run(const void *bc, int len,
yes = entry->sport >= op[1].no;
break;
case INET_DIAG_BC_S_LE:
yes = entry->dport <= op[1].no;
yes = entry->sport <= op[1].no;
break;
case INET_DIAG_BC_D_GE:
yes = entry->dport >= op[1].no;
Expand Down

0 comments on commit 9bef2ed

Please sign in to comment.