mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
added missing call to ssl_pendign in pqissludp.
This commit is contained in:
parent
c3eba4a72d
commit
6b74a8a1b6
@ -615,6 +615,9 @@ bool pqissludp::moretoread(uint32_t usec)
|
||||
reset_locked();
|
||||
return 0;
|
||||
}
|
||||
|
||||
if(SSL_pending(ssl_connection) > 0)
|
||||
return 1 ;
|
||||
|
||||
/* otherwise - not error - strange! */
|
||||
rslog(RSL_DEBUG_BASIC, pqissludpzone,
|
||||
|
Loading…
Reference in New Issue
Block a user