Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103652
b: refs/heads/master
c: bdccc4c
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Lezcano authored and David S. Miller committed Jul 19, 2008
1 parent 4a9b552 commit c688e7c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4389dded7767d24290463f2a8302ba3253ebdd56
refs/heads/master: bdccc4ca13a639d759206c5b21ed73f8a813eaba
3 changes: 1 addition & 2 deletions trunk/net/ipv4/tcp_ipv4.c
Original file line number Diff line number Diff line change
Expand Up @@ -1892,8 +1892,7 @@ static void *listening_get_next(struct seq_file *seq, void *cur)
req = req->dl_next;
while (1) {
while (req) {
if (req->rsk_ops->family == st->family &&
net_eq(sock_net(req->sk), net)) {
if (req->rsk_ops->family == st->family) {
cur = req;
goto out;
}
Expand Down

0 comments on commit c688e7c

Please sign in to comment.