[ROSE]: Fix typo in rose_route_frame() locking fix.
authorDavid S. Miller <davem@davemloft.net>
Tue, 23 Aug 2005 21:55:32 +0000 (14:55 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Aug 2005 21:55:32 +0000 (14:55 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rose/rose_route.c

index 46b2321..25da6f6 100644 (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.
         */
        if (frametype != ROSE_CALL_REQUEST) {   /* XXX */
-               ret = 0;
+               res = 0;
                goto out;
        }