Leave out exit() that was in there to test RS.

This commit is contained in:
Ben Gras 2005-10-18 10:04:11 +00:00
parent ee5940e097
commit 0830c99b56

View File

@ -222,7 +222,6 @@ unsigned nr_req; /* length of request vector */
int accumulated_read = 0;
struct logdevice *log;
static int f;
if(f++ > 100) exit(0);
if(log_device < 0 || log_device >= NR_DEVS)
return EIO;