fixed double read from authority
This commit is contained in:
parent
89c0f87678
commit
56bd7c664d
@ -886,7 +886,6 @@ void *why2_authority_communicate_thread(void *arg)
|
|||||||
do
|
do
|
||||||
{
|
{
|
||||||
//READ PACKET
|
//READ PACKET
|
||||||
raw = read_user(connection, &raw_ptr);
|
|
||||||
if ((raw = read_user(connection, &raw_ptr)) == NULL) break; //READ
|
if ((raw = read_user(connection, &raw_ptr)) == NULL) break; //READ
|
||||||
|
|
||||||
//GET DATA
|
//GET DATA
|
||||||
|
Loading…
x
Reference in New Issue
Block a user