diff options
| author | Carlo Marcelo Arenas Belón <carenas@gmail.com> | 2025-06-26 02:51:39 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-06-26 08:35:08 -0700 |
| commit | 0c856224d202a7ad7ece25c77038ac3cafb7d56c (patch) | |
| tree | 787556aaab91e8a5cbc25cb1b887c6f2e7f6bbbf /refs/files-backend.c | |
| parent | f93ff170b93a1782659637824b25923245ac9dd1 (diff) | |
daemon: remove unnecesary restriction for listener fd
Since df076bdbcc ([PATCH] GIT: Listen on IPv6 as well, if available.,
2005-07-23), any file descriptor assigned to a listening socket was
validated to be within the range to be used in an FDSET later.
6573faff34 (NO_IPV6 support for git daemon, 2005-09-28), moves to
use poll() instead of select(), that doesn't have that restriction,
so remove the original check.
Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
Acked-by: Phillip Wood <phillip.wood123@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'refs/files-backend.c')
0 files changed, 0 insertions, 0 deletions
