mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-19 21:13:12 -07:00
Fix Ctrl recv after Sending Login PIN (Fix #104)
This commit is contained in:
parent
3f66b985d5
commit
babf275c5b
1 changed files with 1 additions and 0 deletions
|
@ -217,6 +217,7 @@ static void *ctrl_thread_func(void *user)
|
||||||
ctrl->login_pin = NULL;
|
ctrl->login_pin = NULL;
|
||||||
ctrl->login_pin_size = 0;
|
ctrl->login_pin_size = 0;
|
||||||
chiaki_stop_pipe_reset(&ctrl->notif_pipe);
|
chiaki_stop_pipe_reset(&ctrl->notif_pipe);
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue