Add missing set_transaction_inactive()

Otherwise no other command will be executed afterwards.
pull/1840/head
Daniele Forsi IU5HKX 2025-08-10 21:39:15 +02:00
rodzic 5e336b90c1
commit 12ec55c3d7
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -8927,6 +8927,7 @@ HAMLIB_EXPORT(int) rig_send_raw(RIG *rig, const unsigned char *send,
__func__, rig->caps->model_name);
memcpy(reply, send, send_len);
retval = send_len;
set_transaction_inactive(rig);
ELAPSED2;
RETURNFUNC(retval);
}