mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-20 12:24:24 -04:00
added missing call to ssl_pendign in pqissludp.
This commit is contained in:
parent
c3eba4a72d
commit
6b74a8a1b6
1 changed files with 3 additions and 0 deletions
|
@ -615,6 +615,9 @@ bool pqissludp::moretoread(uint32_t usec)
|
||||||
reset_locked();
|
reset_locked();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(SSL_pending(ssl_connection) > 0)
|
||||||
|
return 1 ;
|
||||||
|
|
||||||
/* otherwise - not error - strange! */
|
/* otherwise - not error - strange! */
|
||||||
rslog(RSL_DEBUG_BASIC, pqissludpzone,
|
rslog(RSL_DEBUG_BASIC, pqissludpzone,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue