Commit 248a1642 authored by David S. Miller's avatar David S. Miller

[DECNET]: Kill warning with gcc-3.x in dn_route.c

parent b720d7f1
......@@ -893,6 +893,7 @@ static int dn_route_output_slow(struct dst_entry **pprt, const struct flowi *old
goto out;
dev_hold(dev_out);
source_ok:
;
}
/* No destination? Assume its local */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment