Skip to content

Commit

Permalink
[ROSE]: Fix typo in rose_route_frame() locking fix.
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Aug 23, 2005
1 parent 81065e2 commit c1cc168
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 c1cc168

Please sign in to comment.