[ROSE]: Fix typo in rose_route_frame() locking fix.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -995,7 +995,7 @@ int rose_route_frame(struct sk_buff *skb, ax25_cb *ax25)
|
|||||||
* 2. It isn't "owned" by any existing route.
|
* 2. It isn't "owned" by any existing route.
|
||||||
*/
|
*/
|
||||||
if (frametype != ROSE_CALL_REQUEST) { /* XXX */
|
if (frametype != ROSE_CALL_REQUEST) { /* XXX */
|
||||||
ret = 0;
|
res = 0;
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user