diff options
| author | Brian Somers <brian@FreeBSD.org> | 1999-06-10 09:06:30 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1999-06-10 09:06:30 +0000 |
| commit | 194c225d5ce936f78a8ebdec4ca67c05b524a128 (patch) | |
| tree | 3646a7f6d789f61221927840b5b924449714d205 | |
| parent | 5a86dd8c6748413e7737801a8a7a341e93e2cf09 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/ppp/datalink.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/datalink.c b/usr.sbin/ppp/datalink.c index a3b65b75e8dd..e51a2fba1439 100644 --- a/usr.sbin/ppp/datalink.c +++ b/usr.sbin/ppp/datalink.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: datalink.c,v 1.38 1999/05/08 11:06:24 brian Exp $ + * $Id: datalink.c,v 1.39 1999/05/12 09:48:47 brian Exp $ */ #include <sys/param.h> @@ -245,7 +245,7 @@ datalink_UpdateSet(struct descriptor *d, fd_set *r, fd_set *w, fd_set *e, case DATALINK_CLOSED: if ((dl->physical->type & (PHYS_DIRECT|PHYS_DEDICATED|PHYS_BACKGROUND|PHYS_DDIAL)) && - !bundle_IsDead(dl->bundle)) + !dl->bundle->CleaningUp) /* * Our first time in - DEDICATED & DDIAL never come down, and * DIRECT & BACKGROUND get deleted when they enter DATALINK_CLOSED. |
