fixed double read from authority

This commit is contained in:
Václav Šmejkal 2025-02-01 15:09:44 +01:00
parent 89c0f87678
commit 56bd7c664d
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -886,7 +886,6 @@ void *why2_authority_communicate_thread(void *arg)
do
{
//READ PACKET
raw = read_user(connection, &raw_ptr);
if ((raw = read_user(connection, &raw_ptr)) == NULL) break; //READ
//GET DATA