Revert the 1.44 -> 1.45 change. It doesn't work as expected.

This commit is contained in:
brian 1999-10-08 16:09:15 +00:00
parent 1a613f87c8
commit b98112df4e

View File

@ -958,7 +958,7 @@ datalink_Close(struct datalink *dl, int how)
if (how == CLOSE_LCP)
dl->stayonline = 1;
}
/* fall through */
break;
default:
datalink_ComeDown(dl, how);