Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40045
b: refs/heads/master
c: 3a31b9d
h: refs/heads/master
i:
  40043: f98eb6d
v: v3
  • Loading branch information
Steven Whitehouse authored and David S. Miller committed Oct 19, 2006
1 parent 3152053 commit 1e25399
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: ae8064ac32d07f609114d73928cdef803be87134
refs/heads/master: 3a31b9d2f2d98667832e87fa1853754ff062d6ef
3 changes: 1 addition & 2 deletions trunk/net/decnet/dn_route.c
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,6 @@ static int dn_route_input_slow(struct sk_buff *skb)
goto e_inval;

res.type = RTN_LOCAL;
flags |= RTCF_DIRECTSRC;
} else {
__le16 src_map = fl.fld_src;
free_res = 1;
Expand Down Expand Up @@ -1346,7 +1345,7 @@ static int dn_route_input_slow(struct sk_buff *skb)
goto make_route;

/* Packet was intra-ethernet, so we know its on-link */
if (cb->rt_flags | DN_RT_F_IE) {
if (cb->rt_flags & DN_RT_F_IE) {
gateway = cb->src;
flags |= RTCF_DIRECTSRC;
goto make_route;
Expand Down

0 comments on commit 1e25399

Please sign in to comment.