Skip to content

Commit

Permalink
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Torvalds committed Aug 24, 2005
2 parents 17566c3 + c1cc168 commit 11532cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/rose/rose_route.c
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ int rose_route_frame(struct sk_buff *skb, ax25_cb *ax25)
* 2. It isn't "owned" by any existing route.
*/
if (frametype != ROSE_CALL_REQUEST) { /* XXX */
ret = 0;
res = 0;
goto out;
}

Expand Down

0 comments on commit 11532cc

Please sign in to comment.