* fhandler.cc (readv): Remove nonsensical assert.
This commit is contained in:
parent
12a7d844b9
commit
8b08133112
|
@ -1,3 +1,7 @@
|
||||||
|
2006-05-23 Lev Bishop <lev.bishop+cygwin@gmail.com>
|
||||||
|
|
||||||
|
* fhandler.cc (readv): Remove nonsensical assert.
|
||||||
|
|
||||||
2006-05-23 Christopher Faylor <cgf@timesys.com>
|
2006-05-23 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
* select.cc (start_thread_socket): Delay setting thread local exitsock
|
* select.cc (start_thread_socket): Delay setting thread local exitsock
|
||||||
|
|
|
@ -966,8 +966,6 @@ fhandler_base::readv (const struct iovec *const iov, const int iovcnt,
|
||||||
while (iovptr != iov);
|
while (iovptr != iov);
|
||||||
}
|
}
|
||||||
|
|
||||||
assert (tot >= 0);
|
|
||||||
|
|
||||||
if (!len)
|
if (!len)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue