Remove a bad typo introduced in rev 1.185 and found by jsg@.
authormpi <mpi@openbsd.org>
Mon, 20 Apr 2015 09:12:57 +0000 (09:12 +0000)
committermpi <mpi@openbsd.org>
Mon, 20 Apr 2015 09:12:57 +0000 (09:12 +0000)
commitde59f66c37dd29d55939249482c6087a2f307d19
treeb4073808fe9bb0173a89272aefbe28475827e353
parent6c41171ac3f356768bb9a72ef5bbea401d598e94
Remove a bad typo introduced in rev 1.185 and found by jsg@.

Because of this semicolon, a local route was *always* created.  This
should have no impact except for IPv6 addresses on loopback interfaces
for which the IPv6 code was trying to create a route to "::1" twice.

This should now be fixed so we can fix the bug that was hidding a bug
who was hidding a bug... lalala...

ok henning@
sys/net/route.c