Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276200
b: refs/heads/master
c: 525c646
h: refs/heads/master
v: v3
  • Loading branch information
RongQing.Li authored and David S. Miller committed Nov 21, 2011
1 parent 1b1d628 commit 2ae21be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fbe54e3b7a7ad7de92b65e8b10fae300eeec6ef3
refs/heads/master: 525c6465d449cdec04b3c91733e46027a4d08422
1 change: 1 addition & 0 deletions trunk/net/dccp/ipv4.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ int dccp_v4_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len)
rt = ip_route_newports(fl4, rt, orig_sport, orig_dport,
inet->inet_sport, inet->inet_dport, sk);
if (IS_ERR(rt)) {
err = PTR_ERR(rt);
rt = NULL;
goto failure;
}
Expand Down

0 comments on commit 2ae21be

Please sign in to comment.