diff options
| author | Nate Williams <nate@FreeBSD.org> | 1998-04-19 18:41:45 +0000 |
|---|---|---|
| committer | Nate Williams <nate@FreeBSD.org> | 1998-04-19 18:41:45 +0000 |
| commit | c4bf475b75c764c6ea13ccdf3a7cef1f6f044795 (patch) | |
| tree | a0d24a8064bb121f3fd3808b2f54c639edeaeabb /usr.sbin | |
| parent | 3d65e4d1f8409a7bdc4f6335d2ef196acdd32af4 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/pccard/pccardd/readcis.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/pccard/pccardd/readcis.c b/usr.sbin/pccard/pccardd/readcis.c index 114b35e92f18..cef5337bc402 100644 --- a/usr.sbin/pccard/pccardd/readcis.c +++ b/usr.sbin/pccard/pccardd/readcis.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: readcis.c,v 1.11 1997/11/18 21:08:14 nate Exp $"; + "$Id: readcis.c,v 1.12 1998/03/20 04:49:19 hosokawa Exp $"; #endif /* not lint */ #include <err.h> @@ -447,7 +447,8 @@ read_tuples(int fd) last_tl->next = tl; last_tl = tl; } - } + } else + tl = 0; } while (tl); /* |
