diff options
| author | Brian Somers <brian@FreeBSD.org> | 2000-07-11 09:26:02 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2000-07-11 09:26:02 +0000 |
| commit | 040cfe28d1e0bac437d2fab485d70ac00d0d61db (patch) | |
| tree | 4b5704d39f6bd1bb6565cd490474ecb3d4cabf7c | |
| parent | 28035b8ba8cbc91382620be7809b904654c53ca7 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/ppp/bundle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/bundle.c b/usr.sbin/ppp/bundle.c index 4f9a684d5497..a1bcbbf6bed4 100644 --- a/usr.sbin/ppp/bundle.c +++ b/usr.sbin/ppp/bundle.c @@ -592,7 +592,7 @@ bundle_DescriptorRead(struct fdescriptor *d, struct bundle *bundle, * *not* be UP and we can't receive data */ pri = PacketCheck(bundle, tun.data, n, &bundle->filter.dial, NULL); - if (pri > 0) + if (pri >= 0) bundle_Open(bundle, NULL, PHYS_AUTO, 0); else /* |
