Merge branch 'saned_assert' into 'master'

saned: closed fd should cause poll list to be rebuilt.

Closes #815

See merge request sane-project/backends!878
merge-requests/879/merge
Ralph Little 2025-07-09 08:40:08 -07:00
commit f1f51d2ff1
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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 */
}