kopia lustrzana https://gitlab.com/sane-project/backends
saned: closed fd should cause poll list to be rebuilt.
User Andrey Kovalev contributed this fix to deal with the assertion.merge-requests/878/head
rodzic
edc3763f57
commit
16b85c639f
|
@ -3384,6 +3384,7 @@ run_standalone (char *user)
|
|||
else if (fd >= 0)
|
||||
{
|
||||
handle_client (fd);
|
||||
poll_set_valid = SANE_FALSE; /* We will expect to add a pidfd */
|
||||
if (run_once == SANE_TRUE)
|
||||
running = SANE_FALSE; /* We have handled the only connection we're going to handle */
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue