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

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller
2005-08-23 14:55:32 -07:00
parent 81065e2f41
commit c1cc168442

View File

@@ -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;
} }