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

This commit is contained in:
Brian Somers 1999-10-08 16:09:15 +00:00
parent 5173788d7e
commit d81ecf9abf

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);