This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / net / appletalk / ddp.c
index 588cbe1..0c0c5ec 100644 (file)
@@ -570,7 +570,7 @@ static int atrtr_create(struct rtentry *r, struct net_device *devhint)
 
                retval = -ENOBUFS;
                if (!rt)
-                       goto out;
+                       goto out_unlock;
                memset(rt, 0, sizeof(*rt));
 
                rt->next = atalk_routes;