From 00293852302ff6b0a3f2cb7ca4cf042cb9da8fe8 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Thu, 6 Dec 2012 20:53:23 +0000 Subject: make test even more verbose and set number of writes back at 10000 to avoid issues with systems with large buffers git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1846 ef36b2f9-881f-0410-afb5-c4e39611909c --- common/tio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/tio.c b/common/tio.c index 0dffff4..ecb279f 100644 --- a/common/tio.c +++ b/common/tio.c @@ -414,7 +414,7 @@ static int tio_flush_nonblock(TFILE *fp) { struct pollfd fds[1]; int rv; - /* wait for activity */ + /* see if we can write without blocking */ fds[0].fd=fp->fd; fds[0].events=POLLOUT; rv=poll(fds,1,0); -- cgit v1.2.3