Fix Ctrl recv after Sending Login PIN (Fix #104)

This commit is contained in:
Florian Märkl 2019-11-20 16:12:52 +01:00
commit babf275c5b
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857

View file

@ -217,6 +217,7 @@ static void *ctrl_thread_func(void *user)
ctrl->login_pin = NULL;
ctrl->login_pin_size = 0;
chiaki_stop_pipe_reset(&ctrl->notif_pipe);
continue;
}
else
{