Skip to content
Snippets Groups Projects
Commit c1cc1684 authored by David S. Miller's avatar David S. Miller
Browse files

[ROSE]: Fix typo in rose_route_frame() locking fix.

parent 81065e2f
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment