mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 03:49:29 -04:00
Fixed UDP bug (Congrats to Sehraf for finding this!)
This commit is contained in:
parent
6136ac08f5
commit
912f5de90b
1 changed files with 4 additions and 4 deletions
|
@ -137,7 +137,7 @@ static int tou_socket_read(BIO *b, char *out, int outl)
|
|||
|
||||
int ret=0;
|
||||
|
||||
if (!out)
|
||||
if (out)
|
||||
{
|
||||
clear_tou_socket_error(BIO_get_fd(b,NULL));
|
||||
/* call tou library */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue