kopia lustrzana https://gitlab.com/sane-project/backends
Merge branch 'saned_assert' into 'master'
saned: closed fd should cause poll list to be rebuilt. Closes #815 See merge request sane-project/backends!878merge-requests/879/merge
commit
f1f51d2ff1
|
@ -3384,6 +3384,7 @@ run_standalone (char *user)
|
||||||
else if (fd >= 0)
|
else if (fd >= 0)
|
||||||
{
|
{
|
||||||
handle_client (fd);
|
handle_client (fd);
|
||||||
|
poll_set_valid = SANE_FALSE; /* We will expect to add a pidfd */
|
||||||
if (run_once == SANE_TRUE)
|
if (run_once == SANE_TRUE)
|
||||||
running = SANE_FALSE; /* We have handled the only connection we're going to handle */
|
running = SANE_FALSE; /* We have handled the only connection we're going to handle */
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue