- If we see a tuple we don't expect, don't spin forever. Withouth this fix,
I can't run pccardc dumpcis on my Wavelan card. :( Obtained from: PAO
This commit is contained in:
parent
40fc7e350b
commit
2325a18eff
@ -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);
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user