Stanislav Meduna wrote:
- add
    r = -1;
  inside the do loop after the int try_read = 0;

Erm, actually I mean
  r = -1;
  errno = EAGAIN;
or something like that - it has to let the while know
that the poll timed out.

--
                           Stano
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to